diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-06 00:23:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-06 00:23:53 +0000 |
commit | 0ef768f1364587eead95640643bd9f0f4d783c5e (patch) | |
tree | 55e95b222ef71374d8256685df92d61f0fc15aff | |
parent | 4c3c9c75948c26d5f0779d9a8cf98ed47d6c6dea (diff) |
newtx (6jan22)
git-svn-id: svn://tug.org/texlive/trunk@61506 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/newtxtext.sty | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index dc559c9d807..93647482158 100644 --- a/Master/texmf-dist/doc/fonts/newtx/README +++ b/Master/texmf-dist/doc/fonts/newtx/README @@ -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.702 2021-12-27 +Current version: 1.703 2022-01-04 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.703 +Corrected a missing @ in line 40 of newtxmath.sty. + Changes in version 1.702 The line to require the packages ifxetex and ifluatex in newtx.sty seems to have been deleted after testing was complete. Fixed. diff --git a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty index 9060ebd3227..b5cf6eefcfa 100644 --- a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty +++ b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty @@ -8,8 +8,8 @@ % Text is now directed to an extension of TeXGyreTermes rather than tx. % 2.0 is first version of newtxtext to support both [pdf]latex and unicode latex. -\def\fileversion{1.701} -\def\filedate{2021/12/26} +\def\fileversion{1.703} +\def\filedate{2022/01/04} \ProvidesPackage{newtxtext}[% \filedate\space v\fileversion (Michael Sharpe) latex and unicode latex support for TeXGyreTermesX] @@ -37,7 +37,7 @@ % Engine check \newif\ifntx@newtx \@ifundefined{ntxotftrue}{\newif\ifntxotf% -\newif\ifntxorigotf% true iff either xelatex or lualatex +\newif\ifntx@origotf% true iff either xelatex or lualatex % might have been defined in newtx.sty \ifxetex \ntxotftrue |