X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-fonts.tex;h=fda3c0880450444ba1ed663a40b3564c75afb8d8;hb=3fe36343ebbb3d46f905b6daf2cc10be38bee503;hp=a70b1c3c1dd830eb9e6fc31ea59d52130448a6cd;hpb=3017c3cd35c6e084be956b12863ed8c9212abf8c;p=mjotex.git diff --git a/mjo-fonts.tex b/mjo-fonts.tex index a70b1c3..fda3c08 100644 --- a/mjo-fonts.tex +++ b/mjo-fonts.tex @@ -8,3 +8,6 @@ % 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}