diff options
author | Norbert Preining <norbert@preining.info> | 2023-09-08 03:02:30 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-09-08 03:02:30 +0000 |
commit | 608e422a8e775ac4d1c23c80b4170776701680d5 (patch) | |
tree | d1e69057c0dc339fb0f890882f5fef9fe3b3a66f /fonts/plex/latex/plex-serif.sty | |
parent | 96f1d7a9e9fe6e682cbd19d1bf2b7797891160b6 (diff) |
CTAN sync 202309080302
Diffstat (limited to 'fonts/plex/latex/plex-serif.sty')
-rw-r--r-- | fonts/plex/latex/plex-serif.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fonts/plex/latex/plex-serif.sty b/fonts/plex/latex/plex-serif.sty index 353d5f19db..ca6735c602 100644 --- a/fonts/plex/latex/plex-serif.sty +++ b/fonts/plex/latex/plex-serif.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{plex-serif} - [2022/09/23 (Bob Tennent) Style file for IBMPlexSerif fonts] + [2023/09/07 (Bob Tennent) Style file for IBMPlexSerif fonts] \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -105,12 +105,15 @@ {IBMPlexSerif} \else % type1 - \def\plexseriffamily{IBMPlexSerif-TLF} + \def\plexseriffamily{plxSerif-TLF} \newcommand*\plexserif{\fontfamily{\plexseriffamily}\selectfont} \def\rmdefault{\plexseriffamily} \def\seriesdefault{\mdseries@rm} \fi + +\newcommand*\plexseriflgr{\fontencoding{LGR}\fontfamily{plxSerif-TLF}\selectfont} % even for otf + \ifplexserif@otf % turn off defaults in case other fonts are selected: \defaultfontfeatures{} |