From 59a3761fd26199d73c37509d357121e7f66754e5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 10 Nov 2019 22:05:05 +0000 Subject: newtx (10nov19) git-svn-id: svn://tug.org/texlive/trunk@52721 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/newtx/README | 5 ++++- Master/texmf-dist/tex/latex/newtx/newtxmath.sty | 18 +++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index 633f451e5e8..a6242610a2e 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.609 2019-11-06 +Current version: 1.61 2019-11-09 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.61 +Corrected a bug in newtxmath.sty affecting users of a non-enhanced font who also used the option nosymbolsC. + Changes in version 1.609 Small corrections related to newtxmath/erewhon. diff --git a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty index 5a1d61d8675..79966d6643d 100644 --- a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty +++ b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty @@ -11,8 +11,8 @@ % of glyph collisions. % These modifications are by Michael Sharpe, msharpe at ucsd dot edu -\def\fileversion{1.609} -\def\filedate{2019/11/06} +\def\fileversion{1.61} +\def\filedate{2019/11/09} \ProvidesPackage{newtxmath}[\filedate\space v\fileversion ] \@ifundefined{newtxmathLoaded}{}{\endinput} @@ -357,7 +357,7 @@ amssymbols,uprightGreek,nosubscriptcorrection} \DeclareFontSubstitution{OML}{zbvmi}{m}{it} \else \iftx@ut - \def\tx@subs{newtx-erewhon-subs.tex} + \def\tx@subs{newtx-utopia-subs.tex} \DeclareSymbolFont{letters}{OML}{zutmi}{m}{it} \SetSymbolFont{letters}{bold}{OML}{zutmi}{b}{it} \DeclareFontSubstitution{OML}{zutmi}{m}{it} @@ -822,10 +822,14 @@ amssymbols,uprightGreek,nosubscriptcorrection} \DeclareMathSymbol{\Angstrom}{\mathord}{lettersA}{95} \DeclareMathSymbol{\Euler}{\mathord}{lettersA}{96} \else - \re@DeclareMathSymbol{\hslash}{\mathord}{AMSm}{125} - \re@DeclareMathSymbol{\hbar}{\mathord}{AMSm}{126} - \re@DeclareMathSymbol{\lambdaslash}{\mathord}{symbolsC}{110} - \re@DeclareMathSymbol{\lambdabar}{\mathord}{symbolsC}{111} + \iftx@ams + \re@DeclareMathSymbol{\hslash}{\mathord}{AMSm}{125} + \re@DeclareMathSymbol{\hbar}{\mathord}{AMSm}{126} + \fi + \iftx@symbolsC + \re@DeclareMathSymbol{\lambdaslash}{\mathord}{symbolsC}{110} + \re@DeclareMathSymbol{\lambdabar}{\mathord}{symbolsC}{111} + \fi \fi %\DeclareMathSymbol{?}{\mathclose}{operators}{63} %change the following two for better sizing -- cgit v1.2.3