]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-complex.tex
Wrap all mjotex files in conditionals to prevent double-loading.
[mjotex.git] / mjo-complex.tex
index 23d440f497f3de367354e7d7bebc86a433773d8f..25c6872ae21898fa213770a6cbef0bd92af8868c 100644 (file)
@@ -1,4 +1,10 @@
 % Operations used when dealing with complex numbers.
+\ifx\havemjocomplex\undefined
+\def\havemjocomplex{1}
+
 
 % The complex conjugate of its argument.
 \providecommand*{\compconj}[1]{ \overline{#1} }
+
+
+\fi