]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-cone.tex
Use missing amssymb package in mjo-cone.
[mjotex.git] / mjo-cone.tex
index 3691695f553ff56f171d69f3560b0ac37f047407..16d16546f3f0294e9a50febd00a07d4ab936b4c7 100644 (file)
@@ -5,6 +5,10 @@
 % sets other than cones, but nobody cares.
 %
 
+\usepackage{amssymb} % \succcurlyeq and friends
+
+\input{mjo-common}
+
 % The set of all S-operators on its argument.
 \newcommand*{\Sof}[1]{ \mathbf{S} \of{ {#1} } }
 
 % The space of Lyapunov-like operators on its argument.
 \newcommand*{\LL}[1]{ \mathbf{LL}\of{ {#1} } }
 
-% Display a ``Discrete Complementarity Set'' (DCS). The first argument
-% is the name of the cone, the second argument is a generating set for
-% that cone, and the third argument is a generating set for its dual.
-\newcommand*{\DCS}[3]{ C\of{{#1}} \cap \qty{ {#2} \times {#3} } }
-
 % Cone inequality operators.
 \newcommand*{\gek}{ \succcurlyeq }
 \newcommand*{\gtk}{ \succ }