]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-font.tex
Rename mjo-fonts, mjo-pcases, and mjo-theorems for consistency.
[mjotex.git] / mjo-font.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}
11
12 % Grab the AMS fonts, too, for things like \mathbb.
13 \usepackage{amsfonts}