texlive[45075] Master/texmf-dist: newpx (19aug17)

commits+karl at tug.org commits+karl at tug.org
Sat Aug 19 23:45:13 CEST 2017


Revision: 45075
          http://tug.org/svn/texlive?view=revision&revision=45075
Author:   karl
Date:     2017-08-19 23:45:13 +0200 (Sat, 19 Aug 2017)
Log Message:
-----------
newpx (19aug17)

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

Modified: trunk/Master/texmf-dist/doc/fonts/newpx/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/newpx/README	2017-08-19 21:14:05 UTC (rev 45074)
+++ trunk/Master/texmf-dist/doc/fonts/newpx/README	2017-08-19 21:45:13 UTC (rev 45075)
@@ -1,10 +1,13 @@
 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.32 2017-05-31
+Current version: 1.321 2017-08-18
 
 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.321
+Modified the footnote marker code to remove a clash with the KOMA classes.
+
 Changes in version 1.32
 1. Reworked a number of math accents that appeared to lie too close to their accentees. The new versions are in symbols, leaving the one in operators unchanged.
 2. Added a new math symbol, \transp, that can be used  for matrix transpose. See the documentation file for details.

Modified: trunk/Master/texmf-dist/tex/latex/newpx/newpxtext.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/newpx/newpxtext.sty	2017-08-19 21:14:05 UTC (rev 45074)
+++ trunk/Master/texmf-dist/tex/latex/newpx/newpxtext.sty	2017-08-19 21:45:13 UTC (rev 45075)
@@ -8,8 +8,8 @@
 % Modified the definition of \k to bypass problem with grouping.
 % Text is now directed to an extension of TeXGyrePagella rather than ppl.
 
-\def\fileversion{1.319}
-\def\filedate{2017/05/28}
+\def\fileversion{1.321}
+\def\filedate{2017/08/18}
 \ProvidesPackage{newpxtext}[\filedate\space v\fileversion]
 
 \message{`newpxtext' v\fileversion, \filedate\space Text macros taking advantage of TeXGyre Pagella and its extensions (msharpe)}
@@ -95,8 +95,8 @@
 \ifzpl at defaultsups %
 \else
   \ifzpl at KOMA
-  	\let\textsuperscript\sustyle
-  \else
+  	%\let\textsuperscript\sustyle
+  \else % NOT KOMA
     \def\f@@tn at te{footnote}
     \def\@makefnmark{%
       \ifx\@mpfn\f@@tn at te%
@@ -110,6 +110,7 @@
       \fi}%
     \fi
 \fi
+
 \ifzpl at scosf %
 \DeclareRobustCommand{\textsc}[1]{%
 {\fontfamily{zpl\zpl at figurealign osf}\scshape\selectfont #1}%



More information about the tex-live-commits mailing list