From 2096e43d2fff1e1cfdf7a023c31f3383521104d5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 24 Aug 2020 20:55:57 +0000 Subject: fontsetup (24aug20) git-svn-id: svn://tug.org/texlive/trunk@56174 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/fontsetup/fspdefault.sty | 18 ++++++++++++++++++ .../texmf-dist/tex/latex/fontsetup/fspolddefault.sty | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) (limited to 'Master/texmf-dist/tex/latex/fontsetup') diff --git a/Master/texmf-dist/tex/latex/fontsetup/fspdefault.sty b/Master/texmf-dist/tex/latex/fontsetup/fspdefault.sty index bdc44f2ee5f..da0a494155c 100644 --- a/Master/texmf-dist/tex/latex/fontsetup/fspdefault.sty +++ b/Master/texmf-dist/tex/latex/fontsetup/fspdefault.sty @@ -231,3 +231,21 @@ SmallCapsFeatures={Numbers=OldStyle}]{NewCMMono10-Book.otf} % some math symbols \DeclareRobustCommand\nrightrightarrows{\mathrel{\char"E033}} \DeclareRobustCommand\nleftleftarrows{\mathrel{\char"E032}} +% +% select ss02 lookup table for IPA symbols +\newfontfamily{\ipatext}[StylisticSet=5,% +BoldFont=NewCM10-Bold.otf,% +SlantedFont=NewCM10-Regular.otf,% +SlantedFeatures={FakeSlant=0.25}, +BoldSlantedFont=NewCM10-Bold.otf,% +BoldSlantedFeatures={FakeSlant=0.25}, +SmallCapsFeatures={Numbers=OldStyle}]{NewCM10-Book.otf} +\newcommand{\textipa}[1]{{\ipatext#1}} +\newfontfamily{\ipatextsans}[StylisticSet=5,% +ItalicFont=NewCMSans10-BookOblique.otf,% +BoldFont=NewCMSans10-Bold.otf,% +BoldItalicFont=NewCMSans10-BoldOblique.otf,% +SlantedFont=NewCMSans10-Oblique.otf,% +BoldSlantedFont=NewCMSans10-BoldOblique.otf,% +SmallCapsFeatures={Numbers=OldStyle}]{NewCMSans10-Book.otf} +\newcommand{\textsansipa}[1]{{\ipatextsans#1}} diff --git a/Master/texmf-dist/tex/latex/fontsetup/fspolddefault.sty b/Master/texmf-dist/tex/latex/fontsetup/fspolddefault.sty index e55f59e9175..1c52a8ff0c0 100644 --- a/Master/texmf-dist/tex/latex/fontsetup/fspolddefault.sty +++ b/Master/texmf-dist/tex/latex/fontsetup/fspolddefault.sty @@ -231,3 +231,21 @@ SmallCapsFeatures={Numbers=OldStyle}]{NewCMMono10-Regular.otf} % some math symbols \DeclareRobustCommand\nrightrightarrows{\mathrel{\char"E033}} \DeclareRobustCommand\nleftleftarrows{\mathrel{\char"E032}} +% +% select ss02 lookup table for IPA symbols +\newfontfamily{\ipatext}[StylisticSet=5,% +BoldFont=NewCM10-Bold.otf,% +SlantedFont=NewCM10-Regular.otf,% +SlantedFeatures={FakeSlant=0.25}, +BoldSlantedFont=NewCM10-Bold.otf,% +BoldSlantedFeatures={FakeSlant=0.25}, +SmallCapsFeatures={Numbers=OldStyle}]{NewCM10-Regular.otf} +\newcommand{\textipa}[1]{{\ipatext#1}} +\newfontfamily{\ipatextsans}[StylisticSet=5,% +ItalicFont=NewCMSans10-Oblique.otf,% +BoldFont=NewCMSans10-Bold.otf,% +BoldItalicFont=NewCMSans10-BoldOblique.otf,% +SlantedFont=NewCMSans10-Oblique.otf,% +BoldSlantedFont=NewCMSans10-BoldOblique.otf,% +SmallCapsFeatures={Numbers=OldStyle}]{NewCMSans10-Regular.otf} +\newcommand{\textsansipa}[1]{{\ipatextsans#1}} -- cgit v1.2.3