Skip to content
Snippets Groups Projects
Commit ece44e31 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

...

parent 0238c087
Branches
No related tags found
No related merge requests found
......@@ -29,7 +29,10 @@
BoldFont=*-bold,
ItalicFont=*-italic,
BoldItalicFont=*-bolditalic]
\fi
\fi
\renewcommand*\familydefault{\sfdefault}%
\ifMATHSERIF
\RequirePackage{unicode-math}
\setmathfont{texgyrepagella-math.otf}[
......@@ -40,25 +43,26 @@
\iftrue
\usepackage[usefilenames,weight=Regular]{firamath-otf}
\setoperatorfont\mathsf
\unimathsetup{partial=upright}%
\unimathsetup{partial=upright}%
\RequirePackage{mathastext}
\else
\usepackage{newtxsf}
\usepackage{newtxsf}% XeTeX crashed
\fi
\fi
\renewcommand*\familydefault{\sfdefault}%
\setmonofont{AnonymousPro-Regular}[%
Extension = .ttf,
BoldFont = AnonymousPro-Bold,
ItalicFont = AnonymousPro-Italic,
BoldItalicFont = AnonymousPro-BoldItalic,
Scale = MatchLowercase]
Scale = 1.05,
RawFeature={embolden=.5}
]
\RequirePackage{newunicodechar}
\newunicodechar{^^^^202f}{\,}% 'NARROW NO-BREAK SPACE' (\u202F, 8239)
\newunicodechar{^^^^2009}{\,\hspace{0pt}}% 'THIN SPACE'
\newunicodechar{^^^^00ad}{\-}% 'SOFT HYPHEN'
\endinput
\endinput
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment