From f45c3c41f01e5c0adc6ac1638456fc6e7c0e3111 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 12 Jan 2017 11:59:42 -0500 Subject: [PATCH] Use the "amsfonts" package for \mathbb in mjo-common.tex. --- mjo-common.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mjo-common.tex b/mjo-common.tex index f96528e..5c0162a 100644 --- a/mjo-common.tex +++ b/mjo-common.tex @@ -2,6 +2,9 @@ % Only the most commonly-used macros. Needed by everything else. % +% Needed for \mathbb. +\usepackage{amsfonts} + % Place the argument in matching left/right parntheses. \providecommand*{\of}[1]{ \left({#1}\right) } -- 2.43.2