diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty b/Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty index 8d1dda9b56b..984ff078388 100644 --- a/Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty +++ b/Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty @@ -1,4 +1,4 @@ -%% $Id: plex-otf.sty 1052 2025-01-02 12:10:37Z herbert $ +%% $Id: plex-otf.sty 1070 2025-02-07 09:12:32Z herbert $ %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. @@ -7,7 +7,7 @@ % Copyright 2023-2025 Herbert Voss hvoss@tug.org %% \ProvidesPackage{plex-otf}[% - 2025/01/03 v. 0.10 (Herbert Voss) Supports plex OpenType for lualatex/xelatex.] + 2025/01/07 v. 0.11 (Herbert Voss) Supports plex OpenType for lualatex/xelatex.] % \RequirePackage{iftex,xkeyval,textcomp} \RequirePackage{unicode-math} @@ -381,8 +381,10 @@ \expandafter\setmathfont\expandafter[\PlexMM@features,version=normal]{IBMPlexMath-Regular.otf}% \expandafter\setmathfont\expandafter[\PlexMM@features,FakeBold=3,version=bold]{IBMPlexMath-Regular.otf}% \else - \expandafter\setmathfont\expandafter[\PlexMM@features,version=normal]{IBMPlexMath-Regular.otf}% - \expandafter\setmathfont\expandafter[\PlexMM@features,FakeBold=3,version=bold]{IBMPlexMath-Regular.otf}% + \expandafter\setmathfont\expandafter[\PlexMM@features,version=normal, + mathrm=sym,mathbf=sym]{IBMPlexMath-Regular.otf}% + \expandafter\setmathfont\expandafter[\PlexMM@features,FakeBold=3,version=bold, + mathrm=sym,mathbf=sym]{IBMPlexMath-Regular.otf}% \fi \mathversion{normal}% \fi% End ifMath |