From 5cdefa7832d66964cbbb7769a24a8f4117aaeda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Thu, 9 Sep 2021 23:18:37 +0200 Subject: [PATCH] add ensuremath do \degree command --- math/mkessler-mathfixes.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/mkessler-mathfixes.sty b/math/mkessler-mathfixes.sty index f72702a..d2aae2d 100644 --- a/math/mkessler-mathfixes.sty +++ b/math/mkessler-mathfixes.sty @@ -5,7 +5,7 @@ % This just brings together some (possibly ugly) hacks that I use when writing math. Likely, you do not want to use this except when building around this package (like I did), or already have similar shortcuts %Proper Degree command -\def\mkessler@mathfixes@degree{^\circ} +\def\mkessler@mathfixes@degree{\ensuremath{^\circ}} \AtBeginDocument{\let\degree\mkessler@mathfixes@degree} % Always put limits under \limit