diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-20 01:04:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-20 01:04:24 +0000 |
commit | b32ce7e0896b7e5b0b4fa40e944cb98a9dc5d878 (patch) | |
tree | 765276bff042585f95f8d0d6cbc6cc6fd0865abb /Master/texmf-dist/tex/latex/newtx/untxsyc.fd | |
parent | 5c33a7e8f795f33fb75fe756b5210abe7347992a (diff) |
newtx (19nov12)
git-svn-id: svn://tug.org/texlive/trunk@28299 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/newtx/untxsyc.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/untxsyc.fd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/newtx/untxsyc.fd b/Master/texmf-dist/tex/latex/newtx/untxsyc.fd index 76f4cc9271c..c96d992e8ab 100644 --- a/Master/texmf-dist/tex/latex/newtx/untxsyc.fd +++ b/Master/texmf-dist/tex/latex/newtx/untxsyc.fd @@ -8,17 +8,19 @@ [2012/04/12 Fontinst v1.933 font definitions for U/ntxsyc.] \expandafter\ifx\csname ntxmath@scaled\endcsname\relax - \let\ntxmath@scaled\@empty% + \let\ntxmath@@scaled\@empty% +\else + \edef\ntxmath@@scaled{s*[\csname ntxmath@scaled\endcsname]}% \fi \DeclareFontFamily{U}{ntxsyc}{} \DeclareFontShape{U}{ntxsyc}{m}{n}{ - <-> \ntxmath@scaled ntxsyc + <-> \ntxmath@@scaled ntxsyc }{} \DeclareFontShape{U}{ntxsyc}{b}{n}{ - <-> \ntxmath@scaled ntxbsyc + <-> \ntxmath@@scaled ntxbsyc }{} \DeclareFontShape{U}{ntxsyc}{bx}{n}{<->ssub * ntxsyc/b/n}{} |