]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-convex.tex
Wrap all mjotex files in conditionals to prevent double-loading.
[mjotex.git] / mjo-convex.tex
index a51011f4613ef1e0635d4f73e2b567b2afd3e598..dfc282213908c28028b8d018474de6b19a368555 100644 (file)
@@ -1,6 +1,9 @@
 %
 % Operations that usually appear in convex optimization.
 %
+\ifx\havemjoconvex\undefined
+\def\havemjoconvex{1}
+
 
 % Needed for \operatorname.
 \usepackage{amsopn}
@@ -28,3 +31,6 @@
 % The "is a face of" and "is a proper face of" relations.
 \newcommand*{\faceof}{ \trianglelefteq }
 \newcommand*{\properfaceof}{ \triangleleft }
+
+
+\fi