diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/newpx/newpxtext.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/newpx/newpxtext.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/newpx/newpxtext.sty b/Master/texmf-dist/tex/latex/newpx/newpxtext.sty index 2720ce73118..420fc3ad8b7 100644 --- a/Master/texmf-dist/tex/latex/newpx/newpxtext.sty +++ b/Master/texmf-dist/tex/latex/newpx/newpxtext.sty @@ -6,10 +6,10 @@ % Text and math versions now separate. % Added scaled keyword and osf option; % Modified the definition of \k to bypass problem with grouping. -% Text is now directed a small modification of TeXGyrePagella rather than ppl. +% Text is now directed to a small modification of TeXGyrePagella rather than ppl. -\def\fileversion{1.01} -\def\filedate{2013/05/25} +\def\fileversion{1.04} +\def\filedate{2013/09/06} \ProvidesPackage{newpxtext}[\filedate\space v\fileversion] \message{`newpxtext' v\fileversion, \filedate\space Text macros based on pxfonts (msharpe)} @@ -18,6 +18,7 @@ \let\orig@footnote=\thefootnote \let\orig@makefnmark=\@makefnmark \RequirePackage{xkeyval} +\def\zpl@helvscaled{s*[.93]} \define@key{zpl}{scaled}[1.0]{\def\zpl@scaled{s*[#1]}% \@tempdima=#1\p@\@tempdima=.93\@tempdima% \def\zpl@helvscaled{s*[\strip@pt\@tempdima]}} |