texlive[73762] Master/texmf-dist: plex-otf (7feb25)

commits+karl at tug.org commits+karl at tug.org
Fri Feb 7 23:15:13 CET 2025


Revision: 73762
          https://tug.org/svn/texlive?view=revision&revision=73762
Author:   karl
Date:     2025-02-07 23:15:13 +0100 (Fri, 07 Feb 2025)
Log Message:
-----------
plex-otf (7feb25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/plex-otf/Changes
    trunk/Master/texmf-dist/doc/fonts/plex-otf/plex-otf-doc.pdf
    trunk/Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty

Modified: trunk/Master/texmf-dist/doc/fonts/plex-otf/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/plex-otf/Changes	2025-02-07 22:15:04 UTC (rev 73761)
+++ trunk/Master/texmf-dist/doc/fonts/plex-otf/Changes	2025-02-07 22:15:13 UTC (rev 73762)
@@ -1,4 +1,5 @@
-0.10  2025-01-03  - fix for typo ina fontname
+0.11  2025-01-07  - set mathrm to sym
+0.10  2025-01-03  - fix for typo in fontname
 0.09  2024-12-06  - added support for the new math font
 0.08a 2023-09-10  - fix for the quotes in the documentation
 0.08  2023-09-09  - updated package for the current font files

Modified: trunk/Master/texmf-dist/doc/fonts/plex-otf/plex-otf-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty	2025-02-07 22:15:04 UTC (rev 73761)
+++ trunk/Master/texmf-dist/tex/latex/plex-otf/plex-otf.sty	2025-02-07 22:15:13 UTC (rev 73762)
@@ -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 at 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 at features,version=normal]{IBMPlexMath-Regular.otf}%
     \expandafter\setmathfont\expandafter[\PlexMM at features,FakeBold=3,version=bold]{IBMPlexMath-Regular.otf}%
   \else
-    \expandafter\setmathfont\expandafter[\PlexMM at features,version=normal]{IBMPlexMath-Regular.otf}%
-    \expandafter\setmathfont\expandafter[\PlexMM at features,FakeBold=3,version=bold]{IBMPlexMath-Regular.otf}%
+    \expandafter\setmathfont\expandafter[\PlexMM at features,version=normal,
+      mathrm=sym,mathbf=sym]{IBMPlexMath-Regular.otf}%
+    \expandafter\setmathfont\expandafter[\PlexMM at features,FakeBold=3,version=bold,
+      mathrm=sym,mathbf=sym]{IBMPlexMath-Regular.otf}%
   \fi
   \mathversion{normal}%
 \fi% End ifMath



More information about the tex-live-commits mailing list.