From 3fe36343ebbb3d46f905b6daf2cc10be38bee503 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 7 Mar 2016 23:29:45 -0500 Subject: [PATCH] Use amsfonts in mjo-fonts. --- mjo-fonts.tex | 3 +++ 1 file changed, 3 insertions(+) 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} -- 2.43.2