X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-eja.tex;h=8b4efbfee69670c4a849d808428e4a318c669020;hb=906dd6be4d6f832228c3d97c9c755fa4fc8d43bf;hp=0408beae0c2249f7e98ca97b326687f1ee0d9653;hpb=d4712abb88a2f342f31bbd60426d1a983df05ac2;p=mjotex.git diff --git a/mjo-eja.tex b/mjo-eja.tex index 0408bea..8b4efbf 100644 --- a/mjo-eja.tex +++ b/mjo-eja.tex @@ -1,6 +1,9 @@ % % Euclidean Jordan algebras. % +\ifx\havemjoeja\undefined +\def\havemjoeja{1} + % The jordan product of its two arguments. % @@ -18,3 +21,11 @@ % into its own LaTeX file; we probably wouldn't want to use \circ as % a (bilinear) algebra multiplication in any other context. \newcommand*{\jp}[2]{{#1} \circ {#2}} + + +% The ``Jordan automorphism group of'' operator. Using +% \Aut{} is too ambiguous sometimes. +\newcommand*{\JAut}[1]{ \operatorname{JAut}\of{{#1}} } + + +\fi