diff --git a/kalibrierschein/kalibrierschein.cls b/kalibrierschein/kalibrierschein.cls index 81d4f0c508543ccf0535191586d17f8edd1172ef..6774b2980b4408e539832d52ea64ce417098bd25 100644 --- a/kalibrierschein/kalibrierschein.cls +++ b/kalibrierschein/kalibrierschein.cls @@ -118,7 +118,22 @@ footskip=0bp, %\RequirePackage[no-math]{fontspec} \RequirePackage{unicode-math} - \iftrue +\setmainfont{texgyreheros}[ + Ligatures=TeX, + Extension=.otf, + UprightFont=*-regular, + BoldFont=*-bold, + ItalicFont=*-italic, + BoldItalicFont=*-bolditalic.otf] +\setsansfont{texgyreheros}[ + Ligatures=TeX, + Extension=.otf, + UprightFont=*-regular, + BoldFont=*-bold, + ItalicFont=*-italic, + BoldItalicFont=*-bolditalic.otf] + +\iftrue \setmathfont{Asana-Math.otf}[math-style=ISO,bold-style=ISO]% damit sind Einheiten kursiv \setmathfont{texgyreheros-regular.otf}[range=\mathup,Scale=MatchLowercase] @@ -137,24 +152,13 @@ footskip=0bp, \else -\usepackage{firamath-otf} % passt doch nicht gut zu Helvetica (Arial)) +%%%\usepackage{firamath-otf} % passt doch nicht gut zu Helvetica (Arial)) -\fi +\setmathfont{GFSNeohellenicMath.otf}% + [math-style=ISO,bold-style=ISO,Scale=MatchUppercase] -\setmainfont{texgyreheros}[ - Ligatures=TeX, - Extension=.otf, - UprightFont=*-regular, - BoldFont=*-bold, - ItalicFont=*-italic, - BoldItalicFont=*-bolditalic.otf] -\setsansfont{texgyreheros}[ - Ligatures=TeX, - Extension=.otf, - UprightFont=*-regular, - BoldFont=*-bold, - ItalicFont=*-italic, - BoldItalicFont=*-bolditalic.otf] + +\fi \RequirePackage{newunicodechar} \newunicodechar{^^^^202f}{\,}% 'NARROW NO-BREAK SPACE' (\u202F, 8239)