blob: 3487754dded75474ee5bae98fe1eb34687d52720 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
\RequirePackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
\newfontfamily{\defaultfont}[SmallCapsFeatures={Numbers=OldStyle}]{Palatino Linotype}
\newfontfamily{\greekfont}[SmallCapsFont=fsplpscel]{Palatino Linotype}
\RequirePackage[Latin, Greek]{ucharclasses}
\setDefaultTransitions{\defaultfont}{}
\setTransitionsForLatin{\defaultfont}{}
\setTransitionsForGreek{\greekfont}{}
\RequirePackage{unicode-math}
\setmathfont{texgyrepagella-math.otf}
\endinput
|