blob: 2d93f80ba17bb06db9d7b784f6c3e0e71dfcf8b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
\RequirePackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
\setmainfont[%
Script=Default,% make small caps work for both latn and grek
ItalicFont=STIXTwoText-Italic.otf,
BoldFont=STIXTwoText-Bold.otf,
BoldItalicFont=STIXTwoText-BoldItalic.otf,
% RawFeature=+pnum,% variable width numbers
SmallCapsFeatures={Numbers=OldStyle}]{STIXTwoText-Regular.otf}
\RequirePackage{unicode-math}
\setmathfont{STIXTwoMath-Regular.otf}
\endinput
|