X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=mjo-font.tex;fp=mjo-font.tex;h=fda3c0880450444ba1ed663a40b3564c75afb8d8;hp=0000000000000000000000000000000000000000;hb=05d580bd8940274b3d3a87a364ba649dff2cf53d;hpb=3fe36343ebbb3d46f905b6daf2cc10be38bee503 diff --git a/mjo-font.tex b/mjo-font.tex new file mode 100644 index 0000000..fda3c08 --- /dev/null +++ b/mjo-font.tex @@ -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}