summaryrefslogtreecommitdiff
path: root/fonts/newpx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-30 03:01:26 +0000
committerNorbert Preining <norbert@preining.info>2021-05-30 03:01:26 +0000
commitfd9ad0362e70874436480f729796d81aec6912a2 (patch)
tree52d51b2cd19abb4cf99078a424697946c443046b /fonts/newpx
parentc735cad430ba6a619963ad7248020b781a0a45f3 (diff)
CTAN sync 202105300301
Diffstat (limited to 'fonts/newpx')
-rw-r--r--fonts/newpx/README5
-rw-r--r--fonts/newpx/tex/newpxtext.sty6
2 files changed, 7 insertions, 4 deletions
diff --git a/fonts/newpx/README b/fonts/newpx/README
index 9442a0d7ef..b805f902f6 100644
--- a/fonts/newpx/README
+++ b/fonts/newpx/README
@@ -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.421 2021-05-25
+Current version: 1.422 2021-05-29
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.422
+Corrected for missing macro definition \npc@dfltfigurestyle in newpxtext.sty.
+
Changes in version 1.421
Changed the code in the main text font fd files along the lines of those in newtx.
diff --git a/fonts/newpx/tex/newpxtext.sty b/fonts/newpx/tex/newpxtext.sty
index 40bd8c2fbe..44b0078956 100644
--- a/fonts/newpx/tex/newpxtext.sty
+++ b/fonts/newpx/tex/newpxtext.sty
@@ -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.421}
-\def\filedate{2021/05/25}
+\def\fileversion{1.422}
+\def\filedate{2021/05/29}
\ProvidesPackage{newpxtext}[\filedate\space v\fileversion]
\message{`newpxtext' v\fileversion, \filedate\space Text macros taking advantage of TeXGyre Pagella and its extensions (msharpe)}
@@ -52,7 +52,7 @@
\define@key{zpl}{spacing}[.25em]{\gdef\zpl@spc{#1}}
\define@key{zpl}{stretch}[.2em]{\gdef\zpl@stretch{#1}}
\define@key{zpl}{shrink}[.1em]{\gdef\zpl@shrink{#1}}
-
+\edef\zpl@dfltfigurestyle{lf}
\DeclareOption{nohelv}{\zpl@helvfalse}
\DeclareOption{lining}{\edef\zpl@figurestyle{lf}}
\DeclareOption{lf}{\edef\zpl@figurestyle{lf}}