X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-convex.tex;h=5a930fcf34ec9531f9d5b7af792d75b1c3be055c;hb=93c8209c75f02b41fe26c7d58dd7b8f8814051f0;hp=a51011f4613ef1e0635d4f73e2b567b2afd3e598;hpb=1b921ba1f02499f5784ddb87fd59c0621255042c;p=mjotex.git diff --git a/mjo-convex.tex b/mjo-convex.tex index a51011f..5a930fc 100644 --- a/mjo-convex.tex +++ b/mjo-convex.tex @@ -1,9 +1,13 @@ % % Operations that usually appear in convex optimization. % +\ifx\havemjoconvex\undefined +\def\havemjoconvex{1} -% Needed for \operatorname. -\usepackage{amsopn} + +\ifx\operatorname\undefined + \usepackage{amsopn} +\fi \input{mjo-common} @@ -28,3 +32,6 @@ % The "is a face of" and "is a proper face of" relations. \newcommand*{\faceof}{ \trianglelefteq } \newcommand*{\properfaceof}{ \triangleleft } + + +\fi