summaryrefslogtreecommitdiff
path: root/macros/unicodetex/latex/fontsetup/fspoldstandard.sty
blob: ae76a1e2dad83f3cda4cbc0a94b74d2e0aecaad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\RequirePackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}

\setmainfont[%
ItalicFont=OldStandard-Italic.otf,
BoldFont=OldStandard-Bold.otf,
BoldItalicFont=OldStandard-BoldItalic.otf,
SmallCapsFeatures={Numbers=OldStyle}]{OldStandard-Regular.otf}



\RequirePackage{unicode-math}
\setmathfont{Garamond-Math.otf}
\setmathfont[range=\mathup/{num,latin,Latin,greek,Greek}]{OldStandard-Regular.otf} 
\setmathfont[range=\mathbfup/{num,latin,Latin,greek,Greek}]{OldStandard-Bold.otf} 
\setmathfont[range=\mathit/{num,latin,Latin,greek,Greek}]{OldStandard-Italic.otf} 
\setmathfont[range=\mathbfit/{num,latin,Latin,greek,Greek}]{OldStandard-BoldItalic.otf}


\endinput