diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-10 22:05:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-10 22:05:05 +0000 |
commit | 59a3761fd26199d73c37509d357121e7f66754e5 (patch) | |
tree | be968f299e1905426d79d4dfec2c1800c72aa39f /Master/texmf-dist/tex/latex/newtx | |
parent | 8c9730c662feebb63075cfa6359f8a901678c8a9 (diff) |
newtx (10nov19)
git-svn-id: svn://tug.org/texlive/trunk@52721 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/newtx')
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/newtxmath.sty | 18 |
1 files changed, 11 insertions, 7 deletions
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 |