X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=mjo-cone.tex;h=78e87415f587dddb5832215cf91aad5079d04fd3;hp=dad432e76b46025182de3c9f808103f54ada6d29;hb=f9205a3b883c08499edfdd3f9d1a6170a6fc6755;hpb=21149d05f0bf33baecfe002704f8dd3d939951e7 diff --git a/mjo-cone.tex b/mjo-cone.tex index dad432e..78e8741 100644 --- a/mjo-cone.tex +++ b/mjo-cone.tex @@ -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