]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-fonts.tex
Initial commit of a big mess that will eventually be a library of LaTeX code.
[mjotex.git] / mjo-fonts.tex
1 %
2 % Font handling that you probably want to use everywhere.
3 %
4
5 % Allow arbitrary font sizes (prevents pdflatex warnings).
6 \usepackage{lmodern}
7
8 % Support utf8 in LaTeX code. This lets you enter names like
9 % Carathéodory and Güler directly, without the funny escape sequences.
10 \usepackage[utf8]{inputenc}