texlive[72355] Master/texmf-dist: newtx (23sep24)

commits+karl at tug.org commits+karl at tug.org
Mon Sep 23 23:18:29 CEST 2024


Revision: 72355
          https://tug.org/svn/texlive?view=revision&revision=72355
Author:   karl
Date:     2024-09-23 23:18:29 +0200 (Mon, 23 Sep 2024)
Log Message:
-----------
newtx (23sep24)

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-09-23 21:17:38 UTC (rev 72354)
+++ trunk/Master/texmf-dist/doc/fonts/newtx/README	2024-09-23 21:18:29 UTC (rev 72355)
@@ -1,10 +1,13 @@
 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.753 2024-08-24
+Current version: 1.754 2024-09-22
 
 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.754
+Modified some entries in the \DeclareMathSizes tables, mainly so that 9pt scripstyle would render a little smaller, and more like 90% of the value for 10pt.
+
 Changes in version 1.753
 Small changes to a metrics and/or side-bearings for math symbols
 -, +, \times, \div, <, >, \leq, \geq, =, \neq in order to match

Modified: trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty	2024-09-23 21:17:38 UTC (rev 72354)
+++ trunk/Master/texmf-dist/tex/latex/newtx/newtxmath.sty	2024-09-23 21:18:29 UTC (rev 72355)
@@ -11,8 +11,8 @@
 % of glyph collisions.
 % These modifications are by Michael Sharpe, msharpe at ucsd dot edu
 
-\def\fileversion{1.752}
-\def\filedate{2024/07/05}
+\def\fileversion{1.754}
+\def\filedate{2024/09/22}
 \ProvidesPackage{newtxmath}[\filedate\space v\fileversion ]
 \@ifundefined{newtxmathLoaded}{}{\endinput}
 
@@ -3106,8 +3106,8 @@
 \DeclareMathSizes{5}    {5.5}    {5.5}    {5.5}
 \DeclareMathSizes{6}    {6.5}    {5.5}    {5.5}
 \DeclareMathSizes{7}    {7.3}    {5.5}    {5.5}
-\DeclareMathSizes{8}    {8}    {6.2}    {5.5}
-\DeclareMathSizes{9}    {9}    {7.3}    {5.5}
+\DeclareMathSizes{8}    {8}    {6}    {5.5}
+\DeclareMathSizes{9}    {9}    {6.6}    {5.5}
 \DeclareMathSizes{10}   {10}   {7.3}  {5.5} 
 \DeclareMathSizes{10.95}{10.95}{8}    {6.1}
 \DeclareMathSizes{11}   {10.95}{8}    {6.1}



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