summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/newtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-17 20:23:50 +0000
committerKarl Berry <karl@freefriends.org>2018-05-17 20:23:50 +0000
commitba0711115e61ce4333633604a7b365c638f9692e (patch)
tree7c4596d313b8615f0edd6a03f4b11e84207b73ba /Master/texmf-dist/tex/latex/newtx
parenta3b2589ba2a3e6c4b00b66d99d758cb2d6d23b23 (diff)
newtx (17may18)
git-svn-id: svn://tug.org/texlive/trunk@47737 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/newtx')
-rw-r--r--Master/texmf-dist/tex/latex/newtx/newtxmath.sty30
1 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
index 826271ce841..8861a37ac47 100644
--- a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
+++ b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
@@ -10,8 +10,8 @@
% of glyph collisions.
% These modifications are by Michael Sharpe, msharpe at ucsd dot edu
-\def\fileversion{1.551}
-\def\filedate{2018/05/13}
+\def\fileversion{1.553}
+\def\filedate{2018/05/15}
\ProvidesPackage{newtxmath}[\filedate\space v\fileversion ]
\@ifundefined{newtxmathLoaded}{}{\endinput}
@@ -39,7 +39,7 @@
\def\ly@one{LY1}
\def\t@one{T1}
\def\ot@one{OT1}
-
+\newcount\tx@cntz
\input{binhex}
\let\ntxmath@scaled\@empty
\define@key{ntxmath}{scaled}[1.0]{\def\ntxmath@scaled{s*[#1]}}
@@ -439,26 +439,26 @@ amssymbols,uprightGreek,nosubscriptcorrection}
\def\tx@isdigit#1{% #1 should be a single character
\tx@Isdigit=\z@ %
-\count0=\number`#1\relax%
-\ifnum\count0>47\relax%
-\ifnum\count0<58\relax%
+\tx@cntz=\number`#1\relax%
+\ifnum\tx@cntz>47\relax%
+\ifnum\tx@cntz<58\relax%
\tx@Isdigit=\@ne %
\fi%
\fi%
}
\def\tx@isAlNum#1{% #1 should be a single character
\tx@IsAlNum=\z@ %
-\count0=\number`#1\relax%
-\ifnum\count0>47\relax%
- \ifnum\count0<58\relax%
+\tx@cntz=\number`#1\relax%
+\ifnum\tx@cntz>47\relax%
+ \ifnum\tx@cntz<58\relax%
\tx@IsAlNum=\@ne %
\else
- \ifnum\count0>64\relax%
- \ifnum\count0<91\relax%
+ \ifnum\tx@cntz>64\relax%
+ \ifnum\tx@cntz<91\relax%
\tx@IsAlNum=\tw@ %
\else
- \ifnum\count0>96\relax%
- \ifnum\count0<123\relax%
+ \ifnum\tx@cntz>96\relax%
+ \ifnum\tx@cntz<123\relax%
\tx@IsAlNum=3\relax %
\fi
\fi
@@ -2064,7 +2064,7 @@ $\hfil\displaystyle{#1}\hfil$\crcr%
\fi
\fi
\ifnum\ntx@tmpc<256\relax
- \def\ntx@char{"\@xp\hexnumber@\csname sym\ntx@fam\endcsname\nhex{2}{\the\ntx@tmpc}}
+ \edef\ntx@char{"\@xp\hexnumber@\csname sym\ntx@fam\endcsname\nhex{2}{\the\ntx@tmpc}}
%\message{^^Joutput char = \ntx@char^^J}
\@xp\mathchar\ntx@char%\traceoff
\fi %end of ifnum <256
@@ -2075,7 +2075,7 @@ $\hfil\displaystyle{#1}\hfil$\crcr%
\DeclareRobustCommand{\vmathbb}[1]{\ntx@alfa{#1}{183}{209}{235}{236}{48}{lettersA}}
\else
\DeclareRobustCommand{\vmathbb}[1]{\ntx@alfa{#1}{129}{159}{}{}{}{lettersA}}
- \DeclareRobustCommand{\vvmathbb}[1]{\ntx@alfa{#1}{193}{225}{}{}{}{lettersA}}
+ \DeclareRobustCommand{\vvmathbb}[1]{\ntx@alfa{#1}{193}{225}{}{}{176}{lettersA}}
%\DeclareRobustCommand{\vvmathbbb}[1]{\ntx@alfa{#1}{193}{225}{}{}{48}{boldlettersA}}
\fi
%%%%%%%%%%%