diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-27 21:11:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-27 21:11:12 +0000 |
commit | e6ccebeaae32646e563aa29e02f80ea56f9d7f19 (patch) | |
tree | 1d1740699620362075f7f654b6edbc9c346db119 /Master | |
parent | e226aa4c3793161795862105ce2092e8243ed5af (diff) |
newtx (27dec21)
git-svn-id: svn://tug.org/texlive/trunk@61418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/README | 8 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/type1/public/newtx/zplr.pfb | bin | 171993 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/newtx.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/newtxtext.sty | 10 |
4 files changed, 16 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index c28e7d17cd4..dc559c9d807 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.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. diff --git a/Master/texmf-dist/fonts/type1/public/newtx/zplr.pfb b/Master/texmf-dist/fonts/type1/public/newtx/zplr.pfb Binary files differdeleted file mode 100644 index 497d533af14..00000000000 --- a/Master/texmf-dist/fonts/type1/public/newtx/zplr.pfb +++ /dev/null diff --git a/Master/texmf-dist/tex/latex/newtx/newtx.sty b/Master/texmf-dist/tex/latex/newtx/newtx.sty index bafd31db159..2734fed4cc2 100644 --- a/Master/texmf-dist/tex/latex/newtx/newtx.sty +++ b/Master/texmf-dist/tex/latex/newtx/newtx.sty @@ -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@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@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} diff --git a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty index 5c4b9aa2a82..9060ebd3227 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.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@origotftrue +\ifntxotf\ntx@origotftrue\fi }{\ntx@newtxtrue% %\ifntxotf\typeout{ntxotftrue.^^J}\else\typeout{ntxotffalse.^^J}\fi } @@ -60,7 +60,9 @@ } %%%%Start Options \@ifpackageloaded{newtx}% -{\@for\ntx@x:=\ntx@mathlst\do{\expandafter\DeclareOptionX\expandafter{\ntx@x}{}}}{} +{\ntx@newtxtrue% +\@for\ntx@x:=\ntx@mathlst\do{\expandafter\DeclareOptionX\expandafter{\ntx@x}{}}}{} + \newif\ifntx@nomath\ntx@nomathfalse \newif\ifntx@lining\ntx@liningtrue \newif\ifntx@tabular\ntx@tabulartrue % default is tabular lining figures |