diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-07 22:18:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-07 22:18:03 +0000 |
commit | fed1f15cd840627d33de9cd0d3c3965718795418 (patch) | |
tree | 824585426d3c5e8549be2a939747c8f28a6b2f0f /Master/texmf-dist/tex/latex/newtx | |
parent | a83f4aa090a6107646bdf4b7f69299830fe1f658 (diff) |
newtx (7nov19)
git-svn-id: svn://tug.org/texlive/trunk@52677 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 | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/untxmia.fd | 30 |
2 files changed, 27 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty index b38f1ee02d0..5a1d61d8675 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.608} -\def\filedate{2019/11/03} +\def\fileversion{1.609} +\def\filedate{2019/11/06} \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-utopia-subs.tex} + \def\tx@subs{newtx-erewhon-subs.tex} \DeclareSymbolFont{letters}{OML}{zutmi}{m}{it} \SetSymbolFont{letters}{bold}{OML}{zutmi}{b}{it} \DeclareFontSubstitution{OML}{zutmi}{m}{it} diff --git a/Master/texmf-dist/tex/latex/newtx/untxmia.fd b/Master/texmf-dist/tex/latex/newtx/untxmia.fd index 2ea2ebfcef6..680c0925683 100644 --- a/Master/texmf-dist/tex/latex/newtx/untxmia.fd +++ b/Master/texmf-dist/tex/latex/newtx/untxmia.fd @@ -56,12 +56,30 @@ }{} \else - \DeclareFontShape{U}{ntxmia}{m}{it}{ - <-> \ntxmath@scaled ntxmia - }{} - \DeclareFontShape{U}{ntxmia}{b}{it}{ - <-> \ntxmath@scaled ntxbmia - }{} + \iftx@ebgm + \DeclareFontShape{U}{ntxmia}{m}{it}{ + <-> \ntxmath@scaled ntxebgmia + }{} + \DeclareFontShape{U}{ntxmia}{b}{it}{ + <-> \ntxmath@scaled ntxebgbmia + }{} + \else + \iftx@ut + \DeclareFontShape{U}{ntxmia}{m}{it}{ + <-> \ntxmath@scaled zutmia + }{} + \DeclareFontShape{U}{ntxmia}{b}{it}{ + <-> \ntxmath@scaled zutbmia + }{} + \else + \DeclareFontShape{U}{ntxmia}{m}{it}{ + <-> \ntxmath@scaled ntxmia + }{} + \DeclareFontShape{U}{ntxmia}{b}{it}{ + <-> \ntxmath@scaled ntxbmia + }{} + \fi + \fi \fi \fi \fi |