]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-font.tex
Wrap all mjotex files in conditionals to prevent double-loading.
[mjotex.git] / mjo-font.tex
index fda3c0880450444ba1ed663a40b3564c75afb8d8..c6675f3bc8b93058c489ab0eafcc04962adcf0e1 100644 (file)
@@ -1,6 +1,9 @@
 %
 % Font handling that you probably want to use everywhere.
 %
+\ifx\havemjofont\undefined
+\def\havemjofont{1}
+
 
 % Allow arbitrary font sizes (prevents pdflatex warnings).
 \usepackage{lmodern}
@@ -11,3 +14,6 @@
 
 % Grab the AMS fonts, too, for things like \mathbb.
 \usepackage{amsfonts}
+
+
+\fi