]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-font.tex
Rename mjo-fonts, mjo-pcases, and mjo-theorems for consistency.
[mjotex.git] / mjo-font.tex
diff --git a/mjo-font.tex b/mjo-font.tex
new file mode 100644 (file)
index 0000000..fda3c08
--- /dev/null
@@ -0,0 +1,13 @@
+%
+% Font handling that you probably want to use everywhere.
+%
+
+% 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.
+\usepackage{amsfonts}