From 23486858c286e9b6e63cac2cc59e44a8c79418ff Mon Sep 17 00:00:00 2001 From: niepra01 <rolf.niepraschk@ptb.de> Date: Wed, 3 Apr 2019 10:20:34 +0200 Subject: [PATCH] Problem "firamath" und "degreeCelsius" --- kalibrierschein/kalibrierschein.cls | 1 + kalibrierschein/siunitx-PTB.sty | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/kalibrierschein/kalibrierschein.cls b/kalibrierschein/kalibrierschein.cls index 3d2bf41..4027102 100644 --- a/kalibrierschein/kalibrierschein.cls +++ b/kalibrierschein/kalibrierschein.cls @@ -40,6 +40,7 @@ textwidth=489bp, textheight=669bp, top=85bp, headsep=0bp, +head=12.85pt,%??? footskip=0bp, ]{geometry} diff --git a/kalibrierschein/siunitx-PTB.sty b/kalibrierschein/siunitx-PTB.sty index 77f9957..f09eb4f 100644 --- a/kalibrierschein/siunitx-PTB.sty +++ b/kalibrierschein/siunitx-PTB.sty @@ -41,7 +41,13 @@ ,tight-spacing = false ,separate-uncertainty %%%,inter-unit-product = \ensuremath{{}\cdot{}} -}% + % weil default ( {}^{\circ} ) manchmal problematisch ("firamath"!?) + ,text-degree = \textdegree + ,math-degree = \textdegree + ,math-celsius = \textdegree\text{C} + ,text-celsius = \textdegree\text{C} +}% + %%%} \AtBeginDocument{ \sisetup{% -- GitLab