diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-28 22:52:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-28 22:52:29 +0000 |
commit | d96d91610f804a92eb08afbd944ef1e5d4003a8f (patch) | |
tree | 11b8be0429baa2bc55a151a5b41ce7efdb79ae12 | |
parent | fe361114329f7a9b15aa9d3218002d136af7f049 (diff) |
newtx (28feb15)
git-svn-id: svn://tug.org/texlive/trunk@36403 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/newtxmath.sty | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/newtxtext.sty | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index 1bc267f8d88..860bba2d6e2 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.41, 02/13/2015 +Current version: 1.411, 02/27/2015 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.411 +Corrected handling of the 'proportional' figure option. + Changes in version 1.41 1. Added italic "theorem font" for statements of theorems with upright punctuation and figures. 2. Added upright version of \varkappa. diff --git a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty index 4bc4a314531..fadcb8df1ef 100644 --- a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty +++ b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty @@ -10,8 +10,8 @@ % of glyph collisions. % These modifications are by Michael Sharpe, msharpe at ucsd dot edu -\def\fileversion{1.41} -\def\filedate{2015/02/13} +\def\fileversion{1.411} +\def\filedate{2015/02/27} \ProvidesPackage{newtxmath} [\filedate\space v\fileversion] \@ifundefined{newtxmathLoaded}{}{\endinput} diff --git a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty index 7fd5ce97d61..4fc18316944 100644 --- a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty +++ b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty @@ -1,7 +1,7 @@ \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.41} -\def\filedate{2015/02/12} +\def\fileversion{1.411} +\def\filedate{2015/02/27} \ProvidesPackage{newtxtext}[\filedate\space v\fileversion] \message{`newtxtext' v\fileversion, \filedate\space Text macros taking advantage of TeX-Gyre Termes fonts (msharpe)} @@ -26,8 +26,6 @@ \csname ntx@defaultsups#1\endcsname} \define@boolkey{ntx}{largesc}[true]{% \csname ntx@largesc#1\endcsname} -\define@boolkey{ntx}{proportional}[true]{% -\csname ntx@prop#1\endcsname} \define@boolkey{ntx}{adobesc}[true]{% \csname ntx@adobesc#1\endcsname} \newif\ifntx@babel |