texlive[47737] Master/texmf-dist: newtx (17may18)

commits+karl at tug.org commits+karl at tug.org
Thu May 17 22:23:51 CEST 2018


Revision: 47737
          http://tug.org/svn/texlive?view=revision&revision=47737
Author:   karl
Date:     2018-05-17 22:23:50 +0200 (Thu, 17 May 2018)
Log Message:
-----------
newtx (17may18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/newtx/README
    trunk/Master/texmf-dist/fonts/tfm/public/newtx/ntxbsym.tfm
    trunk/Master/texmf-dist/fonts/tfm/public/newtx/ntxmi.tfm
    trunk/Master/texmf-dist/fonts/tfm/public/newtx/ntxmi0.tfm
    trunk/Master/texmf-dist/fonts/tfm/public/newtx/ntxmi1.tfm
    trunk/Master/texmf-dist/fonts/tfm/public/newtx/ntxsym.tfm
    trunk/Master/texmf-dist/fonts/vf/public/newtx/ntxbsym.vf
    trunk/Master/texmf-dist/fonts/vf/public/newtx/ntxmi.vf
    trunk/Master/texmf-dist/fonts/vf/public/newtx/ntxmi0.vf
    trunk/Master/texmf-dist/fonts/vf/public/newtx/ntxmi1.vf
    trunk/Master/texmf-dist/fonts/vf/public/newtx/ntxsym.vf
    trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty

Modified: trunk/Master/texmf-dist/doc/fonts/newtx/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/newtx/README	2018-05-17 18:11:46 UTC (rev 47736)
+++ trunk/Master/texmf-dist/doc/fonts/newtx/README	2018-05-17 20:23:50 UTC (rev 47737)
@@ -1,10 +1,18 @@
 This package, initially based on txfonts, provides many fixes and enhancements to the txfonts package, splitting it into two separate packages---newtxtext and newtxmath, which may be run independently of one another. It provides scaling, improved metrics, and other options. In particular, newtxmath offers a libertine option which substitutes Linux Libertine (provided with TeXLive and MikTeX) italic and Greek letters for the default Times letters, providing a good match for the Libertine text font, which is heavier than Computer Modern but lighter than Times, and in my experience, looks very sharp and clear on the screen.
 
-Current version: 1.551 2018-05-13
+Current version: 1.553 2018-05-15
 
 This material is subject to the LaTeX Project Public License. See http://www.ctan.org/license/lppl1.3
 for the details of that license.
 
+Changes in version 1.553
+Fixed a missing parameter which was preventing handling of digits in \vvmathbb. 
+
+Changes in version 1.552
+1. Fixed a bug in newtxmath.sty code that was in conflict with cleveref. (Thanks to Christian Clason.)
+2. More corrections re math comma.
+ 
+
 Changes in version 1.551
 1. Corrected some spacing issues with math comma. (Thanks to Amnon Yekutieli.)
 2. Removed dependence on the etextools package, which seems to a conflict with biblatex  noted by Uwe Siart. A weaker but sufficient macro was substituted for \ifiscs from etextools. 

Modified: trunk/Master/texmf-dist/fonts/tfm/public/newtx/ntxbsym.tfm
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/fonts/tfm/public/newtx/ntxmi.tfm
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/fonts/tfm/public/newtx/ntxmi0.tfm
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/fonts/tfm/public/newtx/ntxmi1.tfm
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/fonts/tfm/public/newtx/ntxsym.tfm
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/fonts/vf/public/newtx/ntxbsym.vf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/fonts/vf/public/newtx/ntxmi.vf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/fonts/vf/public/newtx/ntxmi0.vf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/fonts/vf/public/newtx/ntxmi1.vf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/fonts/vf/public/newtx/ntxsym.vf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty	2018-05-17 18:11:46 UTC (rev 47736)
+++ trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty	2018-05-17 20:23:50 UTC (rev 47737)
@@ -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 at one{LY1}
 \def\t at one{T1}
 \def\ot at one{OT1}
-
+\newcount\tx at cntz
 \input{binhex}
 \let\ntxmath at scaled\@empty
 \define at key{ntxmath}{scaled}[1.0]{\def\ntxmath at scaled{s*[#1]}}
@@ -439,9 +439,9 @@
 
 \def\tx at isdigit#1{% #1 should be a single character
 \tx at Isdigit=\z@ %
-\count0=\number`#1\relax% 
-\ifnum\count0>47\relax% 
-\ifnum\count0<58\relax% 
+\tx at cntz=\number`#1\relax% 
+\ifnum\tx at cntz>47\relax% 
+\ifnum\tx at cntz<58\relax% 
 \tx at Isdigit=\@ne % 
 \fi% 
 \fi%
@@ -448,17 +448,17 @@
 }
 \def\tx at isAlNum#1{% #1 should be a single character
 \tx at IsAlNum=\z@ %
-\count0=\number`#1\relax% 
-\ifnum\count0>47\relax% 
-	\ifnum\count0<58\relax% 
+\tx at cntz=\number`#1\relax% 
+\ifnum\tx at cntz>47\relax% 
+	\ifnum\tx at cntz<58\relax% 
 		\tx at IsAlNum=\@ne %
 	\else
-		\ifnum\count0>64\relax%
-			\ifnum\count0<91\relax%
+		\ifnum\tx at cntz>64\relax%
+			\ifnum\tx at cntz<91\relax%
 			 	\tx at IsAlNum=\tw@ %
 			\else
-				\ifnum\count0>96\relax%
-					\ifnum\count0<123\relax%
+				\ifnum\tx at cntz>96\relax%
+					\ifnum\tx at cntz<123\relax%
 			 			\tx at IsAlNum=3\relax %
 					\fi
 				\fi
@@ -2064,7 +2064,7 @@
 		\fi
 	\fi
 	\ifnum\ntx at tmpc<256\relax
-		\def\ntx at char{"\@xp\hexnumber@\csname sym\ntx at fam\endcsname\nhex{2}{\the\ntx at tmpc}}
+		\edef\ntx at char{"\@xp\hexnumber@\csname sym\ntx at fam\endcsname\nhex{2}{\the\ntx at tmpc}}
 		%\message{^^Joutput char = \ntx at char^^J}
   		\@xp\mathchar\ntx at char%\traceoff
   	\fi %end of ifnum <256
@@ -2075,7 +2075,7 @@
 	\DeclareRobustCommand{\vmathbb}[1]{\ntx at alfa{#1}{183}{209}{235}{236}{48}{lettersA}}
 \else
 	\DeclareRobustCommand{\vmathbb}[1]{\ntx at alfa{#1}{129}{159}{}{}{}{lettersA}}
-	\DeclareRobustCommand{\vvmathbb}[1]{\ntx at alfa{#1}{193}{225}{}{}{}{lettersA}}
+	\DeclareRobustCommand{\vvmathbb}[1]{\ntx at alfa{#1}{193}{225}{}{}{176}{lettersA}}
 	%\DeclareRobustCommand{\vvmathbbb}[1]{\ntx at alfa{#1}{193}{225}{}{}{48}{boldlettersA}}
 \fi
 %%%%%%%%%%%



More information about the tex-live-commits mailing list