summaryrefslogtreecommitdiff
path: root/fonts/newpx/tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-04 03:01:00 +0000
committerNorbert Preining <norbert@preining.info>2019-10-04 03:01:00 +0000
commit9d9c04e14d0da9dd7829d0ec896aabfd50414fd8 (patch)
treef67d308a037384664193d9a2cfca27d8b0579701 /fonts/newpx/tex
parent93c3758895674cc9ea3e8aaeeb3cf5d1bdc0e3be (diff)
CTAN sync 201910040301
Diffstat (limited to 'fonts/newpx/tex')
-rw-r--r--fonts/newpx/tex/newpx-subs.tex (renamed from fonts/newpx/tex/newpx.subs)0
-rw-r--r--fonts/newpx/tex/newpxmath.sty12
2 files changed, 7 insertions, 5 deletions
diff --git a/fonts/newpx/tex/newpx.subs b/fonts/newpx/tex/newpx-subs.tex
index 02c4b277db..02c4b277db 100644
--- a/fonts/newpx/tex/newpx.subs
+++ b/fonts/newpx/tex/newpx-subs.tex
diff --git a/fonts/newpx/tex/newpxmath.sty b/fonts/newpx/tex/newpxmath.sty
index 2058b34925..5f83df3dfa 100644
--- a/fonts/newpx/tex/newpxmath.sty
+++ b/fonts/newpx/tex/newpxmath.sty
@@ -11,8 +11,8 @@
% of glyph collisions.
% These modifications are by Michael Sharpe, msharpe at ucsd dot edu
-\def\fileversion{1.40}
-\def\filedate{2019/09/22}
+\def\fileversion{1.401}
+\def\filedate{2019/10/02}
\ProvidesPackage{newpxmath}
[\filedate\space v\fileversion]
%\@ifundefined{newpxmathLoaded}{}{\endinput}
@@ -179,8 +179,8 @@ amssymbols,uprightGreek}
\PackageError{newpxmath}{xy package is not compatible with the subscriptcorrection macros}{Either remove xy or disable
subscriptcorrection}
\fi % ifx
- \IfFileExists{newpx.subs}{\loadsubfile{newpx.subs}}%
- {\def\px@sb{\px@sb@dflt}\message{File newpx.subs not found. Using basic defaults for subscript correction.^^J}}
+ \IfFileExists{newpx-subs.tex}{\loadsubfile{newpx-subs.tex}}%
+ {\def\px@sb{\px@sb@dflt}\message{File newpx-subs.tex not found. Using basic defaults for subscript correction.^^J}}
\fi
}
@@ -2202,6 +2202,8 @@ $\m@th\hfil #2#3\hfil$\crcr}}}}
\repeat
\typeout{***}}
%%%%%%% Additional pdf to unicode values not in Ross Moore's collection
+% Conditional needed for engines other than pdflatex
+\ifx\pdfglyphtounicode\@undefined \else
\pdfglyphtounicode{nPerp}{2AEB 2215}% .. ..
\pdfglyphtounicode{periodcentered.B}{00B7}
\pdfglyphtounicode{periodcentered.BB}{22C5}
@@ -2213,5 +2215,5 @@ $\m@th\hfil #2#3\hfil$\crcr}}}}
\pdfglyphtounicode{emptyset.alt2}{2205}
\pdfglyphtounicode{transpose}{1D40}
\pdfglyphtounicode{hermitconj}{22B9}
-
+\fi
\endinput