X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-cone.tex;h=a9f06fe49ca1fcebefd3c3719f542fc7d9af745c;hb=0764c4b643f444e4e46c6b3481ba32962bee5bfe;hp=dad432e76b46025182de3c9f808103f54ada6d29;hpb=21149d05f0bf33baecfe002704f8dd3d939951e7;p=mjotex.git diff --git a/mjo-cone.tex b/mjo-cone.tex index dad432e..a9f06fe 100644 --- a/mjo-cone.tex +++ b/mjo-cone.tex @@ -4,10 +4,15 @@ % 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, at least % The dual of a subset of an inner-product space; always a closed % convex cone. @@ -67,3 +72,6 @@ \newcommand*{\gtcone}{\succ} \newcommand*{\lecone}{\preccurlyeq} \newcommand*{\ltcone}{\prec} + + +\fi