]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-cone.tex
TODO: remove it, all done for now.
[mjotex.git] / mjo-cone.tex
index dad432e76b46025182de3c9f808103f54ada6d29..78e87415f587dddb5832215cf91aad5079d04fd3 100644 (file)
@@ -4,10 +4,16 @@
 % The operator families Z(K), LL(K), etc. can technically be defined on
 % sets other than cones, but nobody cares.
 %
+\ifx\havemjocone\undefined
+\def\havemjocone{1}
 
-\usepackage{amssymb} % \succcurlyeq and friends
 
-\input{mjo-common}
+\ifx\succcurlyeq\undefined
+  \usepackage{amssymb} % \succcurlyeq, \preccurlyeq
+\fi
+
+\input{mjo-common} % for \of, \Rn, etc.
+\input{mjo-linear_algebra} % \Sn and \Hn
 
 % The dual of a subset of an inner-product space; always a closed
 % convex cone.
@@ -67,3 +73,6 @@
 \newcommand*{\gtcone}{\succ}
 \newcommand*{\lecone}{\preccurlyeq}
 \newcommand*{\ltcone}{\prec}
+
+
+\fi