X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=mjo-convex.tex;h=5ac7dcb974ebaf1282c3506cc7e5840bc9777871;hp=985731e68db59a8baacbbdd432b920d564daf1a0;hb=HEAD;hpb=10971bbd4f9e00f481f7d8f442e235b6b538ace9 diff --git a/mjo-convex.tex b/mjo-convex.tex index 985731e..5ac7dcb 100644 --- a/mjo-convex.tex +++ b/mjo-convex.tex @@ -1,11 +1,15 @@ % % Operations that usually appear in convex optimization. % +\ifx\havemjoconvex\undefined +\def\havemjoconvex{1} -% Needed for \operatorname. -\usepackage{amsopn} -\input{mjo-common} +\ifx\operatorname\undefined + \usepackage{amsopn} +\fi + +\input{mjo-common} % for \of, at least % The ``conic combination'' operator. \newcommand*{\cone}[1]{ \operatorname{cone} \of{{#1}} } @@ -24,3 +28,10 @@ % 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