summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-07-29 20:18:02 +0000
committerKarl Berry <karl@freefriends.org>2023-07-29 20:18:02 +0000
commit5a2fa66aff86b7e5105a17d7a2ae35628c131110 (patch)
treefe0f4024352d4e036559150125418231e1b0c042
parente40cc041223dc79a5874ddfb41cc6d525001d051 (diff)
newtx (29jul23)
git-svn-id: svn://tug.org/texlive/trunk@67763 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/fonts/newtx/README9
-rw-r--r--Master/texmf-dist/tex/latex/newtx/newtxmath.sty7
2 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README
index 0d87a5b1fd9..b217cfb3364 100644
--- a/Master/texmf-dist/doc/fonts/newtx/README
+++ b/Master/texmf-dist/doc/fonts/newtx/README
@@ -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 @@ Changes in version 1.72
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.
diff --git a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
index dac98a4b614..46a604cba57 100644
--- a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
+++ b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
@@ -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@digitstrue}
\DeclareOption{noOT1}{\tx@nootonetrue}
\DeclareOption{amsthm}{\ntx@amsthmtrue}
-\ntx@amsthmtrue
\ExecuteOptions{%
amssymbols,uprightGreek,nosubscriptcorrection}
@@ -367,7 +366,7 @@ amssymbols,uprightGreek,nosubscriptcorrection}
\fi
\else
\iftx@libertine
- \@ifundefined{iflibertinus@otf}{\tx@otfalse}{}
+ \@ifundefined{iflibertine@otf}{\tx@otfalse}{}
\else
\iftx@libertinus
\@ifundefined{iflibertinus@otf}{\tx@otfalse}{}