]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Use amsfonts in mjo-fonts.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Mar 2016 04:29:45 +0000 (23:29 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Mar 2016 04:29:45 +0000 (23:29 -0500)
mjo-fonts.tex

index a70b1c3c1dd830eb9e6fc31ea59d52130448a6cd..fda3c0880450444ba1ed663a40b3564c75afb8d8 100644 (file)
@@ -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}