texlive[67763] Master/texmf-dist: newtx (29jul23)

commits+karl at tug.org commits+karl at tug.org
Sat Jul 29 22:18:02 CEST 2023


Revision: 67763
          http://tug.org/svn/texlive?view=revision&revision=67763
Author:   karl
Date:     2023-07-29 22:18:02 +0200 (Sat, 29 Jul 2023)
Log Message:
-----------
newtx (29jul23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/newtx/README
    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	2023-07-29 17:38:44 UTC (rev 67762)
+++ trunk/Master/texmf-dist/doc/fonts/newtx/README	2023-07-29 20:18:02 UTC (rev 67763)
@@ -1,10 +1,16 @@
 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.72 2023-07-26
+Current version: 1.722 2023-07-28
 
 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.722
+Removed the automatic setting of amsthm---line 263 in nextxmath.sty. (Thanks Dominik Meidner.)
+
+Changes in version 1.721
+Corrected an error im newtxmath that, when used with option libertine, prevented siunitx from properly rendering uppercase upright Greek letters. (Thanks Uwe Siart.)
+
 Changes in version 1.72
 1. Modified the math glyphs involving "precede" and "follow" in order to distinguish them more easily from those involving "less" and "greater" (regular weight only.) Dependence on txsya and txsyb was dropped in favor of a new txsym which combines the two along with modifies "precede" and "follow" glyphs. In addition, ntxsys and ntxsyc were modified, as was newtx.map.
 2. Added horizontal kerning data for letter pairs commonly used in Central European languages such as Polish and Czech. (Luatex and Xetex only.)
@@ -13,7 +19,6 @@
 5. Fixed the unwanted ij and IJ ligatures in the T1 encoded ntx tfm files. I learned that an entry like % ligkern i {} j ; in the encoding file does not override a ligature specification in the afm file when using afm2tfm.
 6. Replaced all occurrences of npxdnom_{ot1,t1,ly1}.enc in newtx.map by npxdnom_{OT1,T1,LY1}.enc so as to match the capitalizations in newpx.map.
 
-
 Changes in version 1.71
 1. Updated newtx.sty so that most packages for which newtxmath offers math
 support may be set up using options to newtx.

Modified: trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty	2023-07-29 17:38:44 UTC (rev 67762)
+++ trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty	2023-07-29 20:18:02 UTC (rev 67763)
@@ -11,8 +11,8 @@
 % of glyph collisions.
 % These modifications are by Michael Sharpe, msharpe at ucsd dot edu
 
-\def\fileversion{1.72}
-\def\filedate{2023/07/19}
+\def\fileversion{1.722}
+\def\filedate{2023/07/28}
 \ProvidesPackage{newtxmath}[\filedate\space v\fileversion ]
 \@ifundefined{newtxmathLoaded}{}{\endinput}
 
@@ -260,7 +260,6 @@
 \DeclareOption{internaldigits}{\tx at digitstrue}
 \DeclareOption{noOT1}{\tx at nootonetrue}
 \DeclareOption{amsthm}{\ntx at amsthmtrue}
-\ntx at amsthmtrue
 
 \ExecuteOptions{%
 amssymbols,uprightGreek,nosubscriptcorrection}
@@ -367,7 +366,7 @@
   \fi
 \else
   \iftx at libertine
-    \@ifundefined{iflibertinus at otf}{\tx at otfalse}{}
+    \@ifundefined{iflibertine at otf}{\tx at otfalse}{}
   \else
     \iftx at libertinus
       \@ifundefined{iflibertinus at otf}{\tx at otfalse}{}



More information about the tex-live-commits mailing list.