summaryrefslogtreecommitdiff
path: root/fonts/newpx/tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-11-03 03:02:09 +0000
committerNorbert Preining <norbert@preining.info>2020-11-03 03:02:09 +0000
commit7d12aa3abfed48004f4fb8fa84ee757b6f900726 (patch)
tree684cb1d606f8571edf8bb93cb53b4952f6835bee /fonts/newpx/tex
parentede2cee3dfac406ff8defae5014e86c839b852ca (diff)
CTAN sync 202011030302
Diffstat (limited to 'fonts/newpx/tex')
-rw-r--r--fonts/newpx/tex/newpxmath.sty17
1 files changed, 11 insertions, 6 deletions
diff --git a/fonts/newpx/tex/newpxmath.sty b/fonts/newpx/tex/newpxmath.sty
index 3ba8589737..59b10a98cf 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.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}}