]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-complex.tex
Replace all uses of \providecommand with \newcommand.
[mjotex.git] / mjo-complex.tex
1 % Operations used when dealing with complex numbers.
2 \ifx\havemjocomplex\undefined
3 \def\havemjocomplex{1}
4
5
6 % The complex conjugate of its argument.
7 \newcommand*{\compconj}[1]{ \overline{#1} }
8
9
10 \fi