summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-12-28 03:01:00 +0000
committerNorbert Preining <norbert@preining.info>2021-12-28 03:01:00 +0000
commitecdf859b6ce481abfd530425dcf6f0f764bd0001 (patch)
tree13bc161dc046876ac6c92fce5f9f5034ba9aa573 /fonts
parent790995b7e79697514364450bf9c04f1b8d500838 (diff)
CTAN sync 202112280300
Diffstat (limited to 'fonts')
-rw-r--r--fonts/newtx/README8
-rw-r--r--fonts/newtx/tex/newtx.sty6
-rw-r--r--fonts/newtx/tex/newtxtext.sty10
-rw-r--r--fonts/newtx/type1/zplr.pfbbin171993 -> 0 bytes
4 files changed, 16 insertions, 8 deletions
diff --git a/fonts/newtx/README b/fonts/newtx/README
index c28e7d17cd..dc559c9d80 100644
--- a/fonts/newtx/README
+++ b/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/fonts/newtx/tex/newtx.sty b/fonts/newtx/tex/newtx.sty
index bafd31db15..2734fed4cc 100644
--- a/fonts/newtx/tex/newtx.sty
+++ b/fonts/newtx/tex/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/fonts/newtx/tex/newtxtext.sty b/fonts/newtx/tex/newtxtext.sty
index 5c4b9aa2a8..9060ebd322 100644
--- a/fonts/newtx/tex/newtxtext.sty
+++ b/fonts/newtx/tex/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
diff --git a/fonts/newtx/type1/zplr.pfb b/fonts/newtx/type1/zplr.pfb
deleted file mode 100644
index 497d533af1..0000000000
--- a/fonts/newtx/type1/zplr.pfb
+++ /dev/null
Binary files differ