summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-21 20:19:40 +0000
committerKarl Berry <karl@freefriends.org>2023-08-21 20:19:40 +0000
commit4566c4f4174f48227e4567d7c74e877f58b32c47 (patch)
tree5706ad5a11c247e0dcf26ac44e7c0255932cc2ef /Master/texmf-dist/doc/fonts
parent634f841463dde73f13dcdc9f686dde9603fd0c61 (diff)
newtx (21aug23)
git-svn-id: svn://tug.org/texlive/trunk@68000 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r--Master/texmf-dist/doc/fonts/newtx/README16
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README
index 23679955204..5b4a876cef2 100644
--- a/Master/texmf-dist/doc/fonts/newtx/README
+++ b/Master/texmf-dist/doc/fonts/newtx/README
@@ -1,10 +1,24 @@
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.723 2023-07-30
+Current version: 1.73 2023-08-20
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.724
+1. Corrected the behavior of the newtx replacement for the ams symbol font AMSm from which the default newtxmath blackboard bold is taken.
+2. Added superior versions of the symbols used as footnote markers. The symbols work in all latex versions.
+3. Added a Turkish localization for unicode latex.
+4. Modified newtxtext.sty to solve an issue with footnote markers in Title and \thanks. The key was to change the lines (recommended in the realscripts documentation dating back to 2016)
+\renewcommand{\footnotemarkfont}{\normalfont} % for standard latex users
+to
+\renewcommand{\footnotemark}{\normalfont}
+and
+\setkomafont{footnotelabel}{\normalfont} % for KOMA users
+to
+\setkomafont{footnotereference}{\normalfont}
+5. Added stacked fraction macro \textsfrac to newtxtext.sty.
+
Changes in version 1.723
Mainly changes to code in newtxmath.sty to make siunitx rendering of \ohm work as expected in all text variants.