texlive[61418] Master/texmf-dist: newtx (27dec21)

commits+karl at tug.org commits+karl at tug.org
Mon Dec 27 22:11:13 CET 2021


Revision: 61418
          http://tug.org/svn/texlive?view=revision&revision=61418
Author:   karl
Date:     2021-12-27 22:11:12 +0100 (Mon, 27 Dec 2021)
Log Message:
-----------
newtx (27dec21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/newtx/README
    trunk/Master/texmf-dist/tex/latex/newtx/newtx.sty
    trunk/Master/texmf-dist/tex/latex/newtx/newtxtext.sty

Removed Paths:
-------------
    trunk/Master/texmf-dist/fonts/type1/public/newtx/zplr.pfb

Modified: trunk/Master/texmf-dist/doc/fonts/newtx/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/newtx/README	2021-12-27 00:49:08 UTC (rev 61417)
+++ trunk/Master/texmf-dist/doc/fonts/newtx/README	2021-12-27 21:11:12 UTC (rev 61418)
@@ -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.7 2021-12-24
+Current version: 1.702 2021-12-27
 
 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.702
+The line to require the packages ifxetex and ifluatex in newtx.sty seems to have been deleted after testing was complete. Fixed.
+
+Changes in version 1.701
+A missing \fi in newtxtext.sty in a branch I had apparently not test after a change caused a crash. Fixed.
+
 Changes in version 1.7
 1. Very substantial modifications to newtxtext, adding new options and 
 permitting use under all latex engines.

Deleted: trunk/Master/texmf-dist/fonts/type1/public/newtx/zplr.pfb
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/newtx/newtx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/newtx/newtx.sty	2021-12-27 00:49:08 UTC (rev 61417)
+++ trunk/Master/texmf-dist/tex/latex/newtx/newtx.sty	2021-12-27 21:11:12 UTC (rev 61418)
@@ -1,14 +1,14 @@
 \NeedsTeXFormat{LaTeX2e}
 
 %Package to simplify loading of newtxtext with newtxmath for all latex engines
-\def\fileversion{1.7}
-\def\filedate{2021/12/23}
+\def\fileversion{1.702}
+\def\filedate{2021/12/27}
 \ProvidesPackage{newtx}[%
 \filedate\space v\fileversion (Michael Sharpe) latex and unicode latex support for newtxtext with newtxmath]
 
 \message{`newtx'v\fileversion,\filedate\space Integrated\space loading\space of\space newtxtext\space and\space newtxmath
 \space for\space all\space latex\space engines\space (msharpe)}
-\RequirePackage{ifthen,trace}
+\RequirePackage{ifthen,ifxetex,ifluatex}
 
 \def\ntx at mathlst{vecsep,amsthm,nosubscriptcorrection,subscriptcorrection,subscriptcorrectionfile,timesmathacc,varbb,vvarbb,nosymbolsc,noamssymbols,amssymbols,uprightscript,uprightGreek,slantedGreek,frenchmath,nonewtxmathopt,upint,smallerops,useBImacros,varg,varvw,noOT1}
 \def\ntx at textlst{type1,nofontspec,no-math,defaultfeatures,lining,lf,oldstyle,osf,tabular,t,proportional,p,defaultsups,largesc,nott,nohelv,helvratio,spcfactor,spacing,stretch,shrink,defaultfeatures,oldSS,slashedzero,theoremfont,thmlining,trueslanted,scosf,tighter,looser}

Modified: trunk/Master/texmf-dist/tex/latex/newtx/newtxtext.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/newtx/newtxtext.sty	2021-12-27 00:49:08 UTC (rev 61417)
+++ trunk/Master/texmf-dist/tex/latex/newtx/newtxtext.sty	2021-12-27 21:11:12 UTC (rev 61418)
@@ -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.7}
-\def\filedate{2021/12/15}
+\def\fileversion{1.701}
+\def\filedate{2021/12/26}
 \ProvidesPackage{newtxtext}[%
 \filedate\space v\fileversion (Michael Sharpe) latex and unicode latex support for TeXGyreTermesX]
 
@@ -46,7 +46,7 @@
 \else  % [pdf]LaTeX
   \ntxotffalse
 \fi\fi
-\ifntxotf\ntx at origotftrue
+\ifntxotf\ntx at origotftrue\fi
 }{\ntx at newtxtrue%
 %\ifntxotf\typeout{ntxotftrue.^^J}\else\typeout{ntxotffalse.^^J}\fi
 }
@@ -60,7 +60,9 @@
 }
 %%%%Start Options
 \@ifpackageloaded{newtx}%
-{\@for\ntx at x:=\ntx at mathlst\do{\expandafter\DeclareOptionX\expandafter{\ntx at x}{}}}{}
+{\ntx at newtxtrue%
+\@for\ntx at x:=\ntx at mathlst\do{\expandafter\DeclareOptionX\expandafter{\ntx at x}{}}}{}
+
 \newif\ifntx at nomath\ntx at nomathfalse
 \newif\ifntx at lining\ntx at liningtrue
 \newif\ifntx at tabular\ntx at tabulartrue % default is tabular lining figures



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