]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-convex.tex
Replace all uses of \providecommand with \newcommand.
[mjotex.git] / mjo-convex.tex
index 823f1f46cd5cf4023b89f2462c559a3060a70f8c..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 ``lineality'' operator.
 \newcommand*{\lin}[1]{ \operatorname{lin} \of{{#1}} }
 
-% The ``Exteme vectors'' operator.
+% 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