]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-hurwitz.tex
mjo-algebra.tex: fix glossary sorting of \variety
[mjotex.git] / mjo-hurwitz.tex
1 \ifx\havemjohurwitz\undefined
2 \def\havemjohurwitz{1}
3
4
5 \newcommand*{\quaternions}{\mathbb{H}}
6
7 \ifdefined\newglossaryentry
8 \newglossaryentry{quaternions}{
9 name={\ensuremath{\quaternions}},
10 description={the algebra of quaternions},
11 sort=H
12 }
13 \fi
14
15
16 \newcommand*{\octonions}{\mathbb{O}}
17
18 \ifdefined\newglossaryentry
19 \newglossaryentry{octonions}{
20 name={\ensuremath{\octonions}},
21 description={the algebra of octonions},
22 sort=O
23 }
24 \fi
25
26
27 \fi