summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/newpx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/newpx')
-rw-r--r--Master/texmf-dist/tex/latex/newpx/newpxmath.sty17
1 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/newpx/newpxmath.sty b/Master/texmf-dist/tex/latex/newpx/newpxmath.sty
index 3ba8589737f..59b10a98cf2 100644
--- a/Master/texmf-dist/tex/latex/newpx/newpxmath.sty
+++ b/Master/texmf-dist/tex/latex/newpx/newpxmath.sty
@@ -11,8 +11,8 @@
% of glyph collisions.
% These modifications are by Michael Sharpe, msharpe at ucsd dot edu
-\def\fileversion{1.409}
-\def\filedate{2020/01/09}
+\def\fileversion{1.414}
+\def\filedate{2020/11/02}
\ProvidesPackage{newpxmath}
[\filedate\space v\fileversion]
%\@ifundefined{newpxmathLoaded}{}{\endinput}
@@ -190,7 +190,10 @@ amssymbols,uprightGreek}
\ifpx@frenchm\px@slantedGfalse\fi
%bigdelims cancels cmbraces
\ifpx@bigdelims\px@bracesfalse\fi
-% Use existing text fonts for operators, mathrm, etc
+% Use existing text fonts for mathrm, etc but newpxtext for operators
+%\DeclareSymbolFont{operators}{OT1}{zpltlf}{m}{n}
+%\SetSymbolFont{operators}{bold}{OT1}{zpltlf}{b}{n}
+% was formerly existing text fonts for operators
\DeclareSymbolFont{operators}{OT1}{\rmdefault}{m}{n}
\SetSymbolFont{operators}{bold}{OT1}{\rmdefault}{b}{n}
\def\operator@font{\mathgroup\symoperators}
@@ -1963,13 +1966,15 @@ $\m@th\hfil #2#3\hfil$\crcr}}}}
\ifnum\npx@tmpc=129\relax % jmath
\npx@tmpc=\npx@jmath
\fi
- \fi
+ \fi
\fi
- \ifnum\npx@tmpc<256\relax
+ \ifnum\px@IsAlNum>\z@
+ \ifnum\npx@tmpc<256\relax
\edef\npx@char{"\@xp\hexnumber@\csname sym\npx@fam\endcsname\nhex{2}{\the\npx@tmpc}}
%\message{^^Joutput char = \npx@char^^J}
\@xp\mathchar\npx@char%\traceoff
- \fi %end of ifnum <256
+ \fi %end of ifnum <256
+ \fi % end ifnum>0
}
\DeclareRobustCommand{\vmathbb}[1]{\npx@alfa{#1}{132}{158}{186}{187}{43}{lettersA}}