]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
mjo-*: add comments where mjo-common is used for \of.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 4 Nov 2019 14:37:57 +0000 (09:37 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 4 Nov 2019 14:37:57 +0000 (09:37 -0500)
mjo-algebra.tex
mjo-cone.tex
mjo-convex.tex
mjo-linear_algebra.tex
mjo-topology.tex

index 59d94874e9a13e38a83bb5274e3c5666fa9e17d3..fb930279e46e851855845e6e32820e9504ec20a8 100644 (file)
@@ -9,7 +9,7 @@
   \usepackage{amsopn}
 \fi
 
-\input{mjo-common}
+\input{mjo-common} % for \of, at least
 
 
 % The (sub)algebra generated by its argument, a subset of some ambient
index 703ecf44d0d63f2a78ddc51e9a2fac9238adc3f6..a9f06fe49ca1fcebefd3c3719f542fc7d9af745c 100644 (file)
@@ -12,7 +12,7 @@
   \usepackage{amssymb} % \succcurlyeq, \preccurlyeq
 \fi
 
-\input{mjo-common}
+\input{mjo-common} % for \of, at least
 
 % The dual of a subset of an inner-product space; always a closed
 % convex cone.
index 5a930fcf34ec9531f9d5b7af792d75b1c3be055c..5ac7dcb974ebaf1282c3506cc7e5840bc9777871 100644 (file)
@@ -9,7 +9,7 @@
   \usepackage{amsopn}
 \fi
 
-\input{mjo-common}
+\input{mjo-common} % for \of, at least
 
 % The ``conic combination'' operator.
 \newcommand*{\cone}[1]{ \operatorname{cone} \of{{#1}} }
index 267ef67ae96af8482d502fbd9751b7471122d878..c1aa9f57650112330673f93985d6e1cd655c2594 100644 (file)
@@ -18,7 +18,7 @@
   \usepackage{trimclip}
 \fi
 
-\input{mjo-common}
+\input{mjo-common} % for \of, at least
 
 % Absolute value (modulus) of a scalar.
 \newcommand*{\abs}[1]{\left\lvert{#1}\right\rvert}
index 760d44d96c4bbead22746a24b5712faa16478efa..040a432b5b6c48926b9c2af15eefbe949edc23a0 100644 (file)
@@ -9,7 +9,7 @@
   \usepackage{amsopn}
 \fi
 
-\input{mjo-common}
+\input{mjo-common} % for \of, at least
 
 % The ``interior of'' operator.
 \newcommand*{\interior}[1]{ \operatorname{int}\of{{#1}} }