From: Michael Orlitzky Date: Tue, 8 Mar 2016 04:29:45 +0000 (-0500) Subject: Use amsfonts in mjo-fonts. X-Git-Tag: posZ-submitted-laa~60 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=3fe36343ebbb3d46f905b6daf2cc10be38bee503 Use amsfonts in mjo-fonts. --- 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}