summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/newpx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-03 22:01:28 +0000
committerKarl Berry <karl@freefriends.org>2020-11-03 22:01:28 +0000
commit7ca2811db642b89ee352d71791418c7113877b78 (patch)
tree033beb8635d36100b10d64ba6a5b1c518d302a43 /Master/texmf-dist/tex/latex/newpx
parent2eb118d2c003bed48de4a98b8a642f7ac58e4e97 (diff)
newpx (3nov20)
git-svn-id: svn://tug.org/texlive/trunk@56845 c570f23f-e606-0410-a88d-b1316a301751
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}}