X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=mjo-font.tex;h=c6675f3bc8b93058c489ab0eafcc04962adcf0e1;hp=fda3c0880450444ba1ed663a40b3564c75afb8d8;hb=fc7cfa7f3d02715cb09eae2e1c6bc501dc2d8d50;hpb=d4712abb88a2f342f31bbd60426d1a983df05ac2 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