summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/fontsetup-nonfree/fspmsgaramondot.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-01-24 21:00:52 +0900
committerNorbert Preining <norbert@preining.info>2024-01-24 21:00:52 +0900
commitc8c4b6baed0bc3b64c486b7f626e8b7dbbbb5d74 (patch)
treef5641c32bb4925ad0dcd5a2c77a855af6c73deb6 /texmf-dist/tex/latex/fontsetup-nonfree/fspmsgaramondot.sty
parentf9810e3f10c6d647bec1a956a98cdf898bff3e63 (diff)
fontsetup-nonfree (2.0, Jan24)
Diffstat (limited to 'texmf-dist/tex/latex/fontsetup-nonfree/fspmsgaramondot.sty')
-rw-r--r--texmf-dist/tex/latex/fontsetup-nonfree/fspmsgaramondot.sty55
1 files changed, 0 insertions, 55 deletions
diff --git a/texmf-dist/tex/latex/fontsetup-nonfree/fspmsgaramondot.sty b/texmf-dist/tex/latex/fontsetup-nonfree/fspmsgaramondot.sty
deleted file mode 100644
index 5f50b8bf..00000000
--- a/texmf-dist/tex/latex/fontsetup-nonfree/fspmsgaramondot.sty
+++ /dev/null
@@ -1,55 +0,0 @@
-%\RequirePackage[no-math]{fontspec}
-\RequirePackage{fontspec}
-\defaultfontfeatures{Ligatures=TeX}
-%\RequirePackage[garamond]{mathdesign}
-
-\setmainfont[%
- NFSSFamily=Garamond,%
- ItalicFont=Garamond-Italic,%
- BoldFont=Garamond-Bold,%
- BoldItalicFont=Garamond-Bold,%
- SlantedFont=Garamond,%
- BoldSlantedFont=Garamond-Bold,%
- SlantedFeatures={FakeSlant=0.25},%
- BoldSlantedFeatures={FakeSlant=0.25},%
-]{Garamond}
-\newfontfamily{\greekfont}[%
- ItalicFont=Garamond-Italic,%
- BoldFont=Garamond-Bold,%
- BoldItalicFont=Garamond-Bold,%
- SlantedFont=Garamond,%
- BoldSlantedFont=Garamond-Bold,%
- SlantedFeatures={FakeSlant=0.25},%
- BoldSlantedFeatures={FakeSlant=0.25},%
-]{Garamond}
-\newfontfamily{\defaultfont}[%
- NFSSFamily=Garamond,%
- ItalicFont=Garamond-Italic,%
- BoldFont=Garamond-Bold,%
- BoldItalicFont=Garamond-Bold,%
- SlantedFont=Garamond,%
- BoldSlantedFont=Garamond-Bold,%
- SlantedFeatures={FakeSlant=0.25},%
- BoldSlantedFeatures={FakeSlant=0.25},%
-]{Garamond}
-
-
-\RequirePackage{iftex}
-\ifxetex
-\RequirePackage[Latin, Greek]{ucharclasses}
-\setDefaultTransitions{\defaultfont}{}
-\setTransitionsForLatin{\defaultfont}{}
-\setTransitionsForGreek{\greekfont}{}
-\else
-\relax
-\fi
-
-\RequirePackage{unicode-math}
-\setmathfont{Garamond-Math.otf}
-\setmathfont[range=\mathup/{num,latin,Latin,greek,Greek}]{Garamond}
-\setmathfont[range=\mathbfup/{num,latin,Latin,greek,Greek}]{Garamond-Bold}
-\setmathfont[range=\mathit/{num,latin,Latin,greek,Greek}]{Garamond-Italic}
-\setmathfont[range=\mathbfit/{num,latin,Latin,greek,Greek}]{Garamond-Bold}
-
-
-\endinput