% % Font handling that you probably want to use everywhere. % \ifx\havemjofont\undefined \def\havemjofont{1} % Allow arbitrary font sizes (prevents pdflatex warnings). \usepackage{lmodern} % Support utf8 in LaTeX code. This lets you enter names like % Carathéodory and Güler directly, without the funny escape sequences. \usepackage[utf8]{inputenc} % Grab the AMS fonts, too, for things like \mathbb. \ifx\mathbb\undefined \usepackage{amsfonts} \fi \fi