diff options
author | Norbert Preining <norbert@preining.info> | 2019-11-24 03:00:49 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-11-24 03:00:49 +0000 |
commit | 4ce3a0d4729af1865e66c9c1cd967f42b0830d26 (patch) | |
tree | 72eb6f1bfdde6ea4d196d2ee18e43df324be86ff /macros/latex/contrib/fontsetup/fspebgaramondot.sty | |
parent | ce62a0079d7ae24531c203f5758502c163280ff7 (diff) |
CTAN sync 201911240300
Diffstat (limited to 'macros/latex/contrib/fontsetup/fspebgaramondot.sty')
-rw-r--r-- | macros/latex/contrib/fontsetup/fspebgaramondot.sty | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/latex/contrib/fontsetup/fspebgaramondot.sty b/macros/latex/contrib/fontsetup/fspebgaramondot.sty new file mode 100644 index 0000000000..a819513535 --- /dev/null +++ b/macros/latex/contrib/fontsetup/fspebgaramondot.sty @@ -0,0 +1,12 @@ +\RequirePackage{fontspec} +\defaultfontfeatures{Ligatures=TeX} + +\setmainfont[ItalicFont=EBGaramond-Italic.otf, +BoldFont=EBGaramond-Bold.otf, +BoldItalicFont=EBGaramond-BoldItalic.otf,SmallCapsFeatures={Numbers=OldStyle}]{EBGaramond-Regular.otf} + +\RequirePackage{unicode-math} +\setmathfont{Garamond-Math.otf} + + +\endinput |