X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-font.tex;h=c6675f3bc8b93058c489ab0eafcc04962adcf0e1;hb=fc7cfa7f3d02715cb09eae2e1c6bc501dc2d8d50;hp=fda3c0880450444ba1ed663a40b3564c75afb8d8;hpb=05d580bd8940274b3d3a87a364ba649dff2cf53d;p=mjotex.git diff --git a/mjo-font.tex b/mjo-font.tex index fda3c08..c6675f3 100644 --- a/mjo-font.tex +++ b/mjo-font.tex @@ -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