diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-06 22:19:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-06 22:19:07 +0000 |
commit | ac4c87c5c0341b5ca507533f40f4c9af61fa2b6a (patch) | |
tree | 12f6f2eaf7603ec61abc313a0eac40b3e9a5e00d | |
parent | cdfc2bf14af982148fa62182efbf2fdd98a6d064 (diff) |
newtx (6nov16)
git-svn-id: svn://tug.org/texlive/trunk@42449 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 | 10 |
2 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 eeae05f3736..8f7b8d4d419 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.511 2016-10-20 +Current version: 1.512 2016-11-03 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.512 +Corrected the definition of the math accent \vec, undefining it before its new definition. + Changes in version 1.511 Corrected documentation regarding \setSYdimens and \setEXdimens. diff --git a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty index 0f0cf64a7ee..45437951d08 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.51} -\def\filedate{2016/10/15} +\def\fileversion{1.512} +\def\filedate{2016/11/03} \ProvidesPackage{newtxmath}[\filedate\space v\fileversion ] \@ifundefined{newtxmathLoaded}{}{\endinput} @@ -37,8 +37,8 @@ \input{binhex} \let\ntxmath@scaled\@empty \define@key{ntxmath}{scaled}[1.0]{\def\ntxmath@scaled{s*[#1]}} -\define@key{ntxmath}{scalesubdrop}[1.0]{\DeclareRobustCommand{\ntx@scalesub}{% -\fontdimen16\font=#1\fontdimen16\font\fontdimen17\font=#1\fontdimen17\font}} +%\define@key{ntxmath}{scalesubdrop}[1.0]{\DeclareRobustCommand{\ntx@scalesub}{% +%\fontdimen16\font=#1\fontdimen16\font\fontdimen17\font=#1\fontdimen17\font}} \DeclareOption*{% \begingroup \edef\x{\endgroup @@ -1541,7 +1541,7 @@ $\hfil\displaystyle{#1}\hfil$\crcr% %\DeclareMathSymbol{\jmath}{\mathord}{letters}{124} %\DeclareMathSymbol{\wp}{\mathord}{letters}{125} %Added in version 1.5 -\DeclareMathAccent{\vec}{\mathord}{symbols}{174} +\re@DeclareMathAccent{\vec}{\mathord}{symbols}{174} \DeclareMathAccent{\lvec}{\mathord}{symbols}{169} \DeclareMathAccent{\lrvec}{\mathord}{symbols}{172} \DeclareMathAccent{\harpoonacc}{\mathord}{symbols}{170} |