texlive[72879] Master/texmf-dist: newpx (17nov24)

commits+karl at tug.org commits+karl at tug.org
Sun Nov 17 22:20:54 CET 2024


Revision: 72879
          https://tug.org/svn/texlive?view=revision&revision=72879
Author:   karl
Date:     2024-11-17 22:20:53 +0100 (Sun, 17 Nov 2024)
Log Message:
-----------
newpx (17nov24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/newpx/README
    trunk/Master/texmf-dist/tex/latex/newpx/newpx.sty

Modified: trunk/Master/texmf-dist/doc/fonts/newpx/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/newpx/README	2024-11-17 21:20:12 UTC (rev 72878)
+++ trunk/Master/texmf-dist/doc/fonts/newpx/README	2024-11-17 21:20:53 UTC (rev 72879)
@@ -1,10 +1,14 @@
 This package, based initially on pxfonts, provides many fixes and enhancements to that package, splitting it in two parts---newpxtext and newpxmath---which may be run independently of one another. It provides scaling, improved metrics, and other options. For proper operation, the packages require that the packages newtxmath, pxfonts and TeXGyrePagella be installed and their map files enabled. The text package now relies on an extension of the TeXGyrePagella Type1 fonts that is provided with this package. The accompanying MANIFEST-newpx.txt provides details of the extension as requested by GUST-FONT-LICENSE.txt
 
-Current version: 1.536 2024-02-09
+Current version: 1.537 2024-11-16
 
 This material is subject to the LaTeX Project Public License. See http://www.ctan.org/license/lppl1.3
 for the details of that license.
 
+Changes in version 1.537
+Modified the handling of the option scale[d] to newpx.sty so
+that if works as expected for scaling math.
+
 Changes in version 1.536
 Corrected handling of sans and tt fonts in math mode using newpx.sty.
 

Modified: trunk/Master/texmf-dist/tex/latex/newpx/newpx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/newpx/newpx.sty	2024-11-17 21:20:12 UTC (rev 72878)
+++ trunk/Master/texmf-dist/tex/latex/newpx/newpx.sty	2024-11-17 21:20:53 UTC (rev 72879)
@@ -2,8 +2,8 @@
 
 
 %Package to simplify loading of newpxmath with a text font family such as newpxtext for all latex engines, or for newpxtext and an otf math package.
-\def\fileversion{1.536}
-\def\filedate{2024/02/09}
+\def\fileversion{1.537}
+\def\filedate{2024/11/16}
 \ProvidesPackage{newpx}[%
 \filedate\space v\fileversion (Michael Sharpe) latex and unicode latex support for newpxmath and newpxtext, or for newpxtext and an otf math package]
 
@@ -35,6 +35,8 @@
 {% true branch
 \xdef\newpx at helvratio{\CurrentOptionValue}
 }{}}}
+  \def\zpl at scaled{s*[\zpl at scale]}% used in fd files
+
 %\newif\ifzpl at otfmath %\zpl at otfmathfalse % default is type1 math
 \DeclareBoolOption{otfmath}% creates and inits \ifnewpx at otfmath 
 %{\@nameuse{if#1}\iftutex\zpl at otfmathtrue\fi\fi}



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