From 0764c4b643f444e4e46c6b3481ba32962bee5bfe Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 4 Nov 2019 09:37:57 -0500 Subject: [PATCH] mjo-*: add comments where mjo-common is used for \of. --- mjo-algebra.tex | 2 +- mjo-cone.tex | 2 +- mjo-convex.tex | 2 +- mjo-linear_algebra.tex | 2 +- mjo-topology.tex | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mjo-algebra.tex b/mjo-algebra.tex index 59d9487..fb93027 100644 --- a/mjo-algebra.tex +++ b/mjo-algebra.tex @@ -9,7 +9,7 @@ \usepackage{amsopn} \fi -\input{mjo-common} +\input{mjo-common} % for \of, at least % The (sub)algebra generated by its argument, a subset of some ambient diff --git a/mjo-cone.tex b/mjo-cone.tex index 703ecf4..a9f06fe 100644 --- a/mjo-cone.tex +++ b/mjo-cone.tex @@ -12,7 +12,7 @@ \usepackage{amssymb} % \succcurlyeq, \preccurlyeq \fi -\input{mjo-common} +\input{mjo-common} % for \of, at least % The dual of a subset of an inner-product space; always a closed % convex cone. diff --git a/mjo-convex.tex b/mjo-convex.tex index 5a930fc..5ac7dcb 100644 --- a/mjo-convex.tex +++ b/mjo-convex.tex @@ -9,7 +9,7 @@ \usepackage{amsopn} \fi -\input{mjo-common} +\input{mjo-common} % for \of, at least % The ``conic combination'' operator. \newcommand*{\cone}[1]{ \operatorname{cone} \of{{#1}} } diff --git a/mjo-linear_algebra.tex b/mjo-linear_algebra.tex index 267ef67..c1aa9f5 100644 --- a/mjo-linear_algebra.tex +++ b/mjo-linear_algebra.tex @@ -18,7 +18,7 @@ \usepackage{trimclip} \fi -\input{mjo-common} +\input{mjo-common} % for \of, at least % Absolute value (modulus) of a scalar. \newcommand*{\abs}[1]{\left\lvert{#1}\right\rvert} diff --git a/mjo-topology.tex b/mjo-topology.tex index 760d44d..040a432 100644 --- a/mjo-topology.tex +++ b/mjo-topology.tex @@ -9,7 +9,7 @@ \usepackage{amsopn} \fi -\input{mjo-common} +\input{mjo-common} % for \of, at least % The ``interior of'' operator. \newcommand*{\interior}[1]{ \operatorname{int}\of{{#1}} } -- 2.43.2