diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-11 23:12:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-11 23:12:57 +0000 |
commit | 8120af3162b7c99b12c88c5c65dd549f02667029 (patch) | |
tree | dc19034bd83a464b44984c5dc60f5ed3f1a55d79 | |
parent | da590c50c3731cf9ef296b5b3e0315777b43c46f (diff) |
newtx (11dec15)
git-svn-id: svn://tug.org/texlive/trunk@39072 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 | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/newtxtext.sty | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index 0615bbb2e31..b842ad0b1c2 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.462 2015-09-24 +Current version: 1.463 2015-12-11 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.463 +Modified line 130 of newtxmath.sty in order to function as intended with XeLaTeX. (Thanks Jean-François Burnol.) + Changes in version 1.462 Changes to newtxmath.sty to handle mismatched choices of fonts in text and math operators/math italic. diff --git a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty index d2c9e5f7271..b4401d34d4a 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.462} -\def\filedate{2015/09/24} +\def\fileversion{1.463} +\def\filedate{2015/12/11} \ProvidesPackage{newtxmath}[\filedate\space v\fileversion] \@ifundefined{newtxmathLoaded}{}{\endinput} @@ -127,7 +127,7 @@ amssymbols,uprightGreek,nosubscriptcorrection} \fi \else \iftx@libertine - \ifx\iflibertine@otf\undefined % libertine text not loaded + \expandafter\ifx\csname iflibertine@otf\endcsname\undefined \tx@otfalse \fi\fi \fi diff --git a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty index 91eadce7757..ee003a836cd 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.462} -\def\filedate{2015/09/24} +\def\fileversion{1.463} +\def\filedate{2015/12/11} \ProvidesPackage{newtxtext}[\filedate\space v\fileversion] \message{`newtxtext' v\fileversion, \filedate\space Text macros taking advantage of TeX-Gyre Termes fonts (msharpe)} |