]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-convex.tex
Replace all uses of \providecommand with \newcommand.
[mjotex.git] / mjo-convex.tex
index 985731e68db59a8baacbbdd432b920d564daf1a0..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}
 
 % The ``Extreme vectors'' (or ``Extreme directions'') operator.
 \newcommand*{\Ext}[1]{ \operatorname{Ext} \of{{#1}} }
+
+% The "is a face of" and "is a proper face of" relations.
+\newcommand*{\faceof}{ \trianglelefteq }
+\newcommand*{\properfaceof}{ \triangleleft }
+
+
+\fi