texlive[71722] Master/texmf-dist: newtx (6jul24)

commits+karl at tug.org commits+karl at tug.org
Sat Jul 6 22:29:08 CEST 2024


Revision: 71722
          https://tug.org/svn/texlive?view=revision&revision=71722
Author:   karl
Date:     2024-07-06 22:29:08 +0200 (Sat, 06 Jul 2024)
Log Message:
-----------
newtx (6jul24)

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	2024-07-06 15:36:18 UTC (rev 71721)
+++ trunk/Master/texmf-dist/doc/fonts/newtx/README	2024-07-06 20:29:08 UTC (rev 71722)
@@ -1,10 +1,17 @@
 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.75 2024-06-20
+Current version: 1.752 2024-07-05
 
 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.752
+Small addition to newtxmath so that with option gelasio, the operator
+fd is changed to ot1mingelasio.fd, whose fonts have XCharter Greek upper case.
+
+Changes in version 1.751
+Reworked the scaling calculations in newtx.sty to repair the handling of the scaling of sans text. 
+
 Changes in version 1.75
 Added code to newtx.sty and newtxmath.sty to support gelasio small caps, additional 
 figure in pdflatex and math. (Best to use gelasiomath.sty as the interface as it adds 

Modified: trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty	2024-07-06 15:36:18 UTC (rev 71721)
+++ trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty	2024-07-06 20:29:08 UTC (rev 71722)
@@ -11,8 +11,8 @@
 % of glyph collisions.
 % These modifications are by Michael Sharpe, msharpe at ucsd dot edu
 
-\def\fileversion{1.75}
-\def\filedate{2024/06/18}
+\def\fileversion{1.752}
+\def\filedate{2024/07/05}
 \ProvidesPackage{newtxmath}[\filedate\space v\fileversion ]
 \@ifundefined{newtxmathLoaded}{}{\endinput}
 
@@ -390,7 +390,7 @@
 	\fi
   \fi
 \fi
-
+\iftx at gel\edef\rmdefaultB{mingelasio}\fi
 \iftx at minion\edef\rmdefaultB{MinionPro-TLF}\fi
 \iftx at noto\edef\rmdefaultB{NotoSerif-TLF}\fi
 \iftx at notosans\edef\rmdefaultB{NotoSans-TLF}\fi



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