From b020ed8d68a79946c4678a71d049c808244bb5ec Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 5 May 2021 23:57:52 +0900 Subject: Add fontsetup-nonfree --- .../tex/latex/fontsetup-nonfree/fsplucidaot.sty | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 texmf-dist/tex/latex/fontsetup-nonfree/fsplucidaot.sty (limited to 'texmf-dist/tex/latex/fontsetup-nonfree/fsplucidaot.sty') diff --git a/texmf-dist/tex/latex/fontsetup-nonfree/fsplucidaot.sty b/texmf-dist/tex/latex/fontsetup-nonfree/fsplucidaot.sty new file mode 100644 index 00000000..2287f486 --- /dev/null +++ b/texmf-dist/tex/latex/fontsetup-nonfree/fsplucidaot.sty @@ -0,0 +1,28 @@ +\RequirePackage{fontspec} +\setmainfont[% main font + UprightFont=LucidaBrightOT, + ItalicFont=LucidaBrightOT-Italic, + BoldFont=LucidaBrightOT-Demi, + BoldItalicFont=LucidaBrightOT-DemiItalic, + SmallCapsFeatures={Numbers=OldStyle}, + ]{LucidaBrightOT.otf} +\setsansfont[% + UprightFont=LucidaSansOT, + ItalicFont=LucidaSansOT-Italic, + BoldFont=LucidaSansOT-Demi, + BoldItalicFont=LucidaSansOT-DemiItalic, + SmallCapsFeatures={Numbers=OldStyle}, +]{LucidaSansOT.otf} +% +\setmonofont[% + UprightFont=LucidaSansTypewriterOT, + ItalicFont=LucidaSansTypewriterOT-Oblique, + BoldFont=LucidaSansTypewriterOT-Bold, + BoldItalicFont=LucidaSansTypewriterOT-BoldOblique, + SmallCapsFeatures={Numbers=OldStyle}, + ]{LucidaSansTypewriterOT.otf} +% support for OpenType math fonts: +\RequirePackage{unicode-math} +\setmathfont{LucidaBrightMathOT.otf} +\setmathfont[version=bold]{LucidaBrightMathOT-Demi.otf} + -- cgit v1.2.3