diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-14 22:21:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-14 22:21:34 +0000 |
commit | dfa471aff8d22b4de7c73b95333c34fcf9e9b9d8 (patch) | |
tree | 36a930bab20d08351ce697ffd6974ee0e85a0acc /Master/texmf-dist/tex/latex/newtx/ly1ntxtlf.fd | |
parent | e69cf682f7e99fb853484d413e9bb83c77b9844b (diff) |
newtx (14feb15)
git-svn-id: svn://tug.org/texlive/trunk@36275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/newtx/ly1ntxtlf.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/ly1ntxtlf.fd | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/newtx/ly1ntxtlf.fd b/Master/texmf-dist/tex/latex/newtx/ly1ntxtlf.fd index 0fd425fda95..e4de72608f5 100644 --- a/Master/texmf-dist/tex/latex/newtx/ly1ntxtlf.fd +++ b/Master/texmf-dist/tex/latex/newtx/ly1ntxtlf.fd @@ -4,9 +4,8 @@ \let\ntx@scaled\@empty% \fi \def\ntx@lsfx{} -\ifdefined\ntx@largescfalse % - \ifntx@largesc\def\ntx@lsfx{l}\fi -\fi +\def\ntx@makelsfx{\ifntx@largesc\def\ntx@lsfx{l}\fi} +\ifdefined\ntx@largescfalse \ntx@makelsfx\fi \DeclareFontFamily{LY1}{ntxtlf}{} \DeclareFontShape{LY1}{ntxtlf}{b}{sc}{<-> \ntx@scaled ntx-Bold-tlf-sc\ntx@lsfx-ly1}{} @@ -21,8 +20,10 @@ \DeclareFontShape{LY1}{ntxtlf}{bx}{n}{<->ssub * ntxtlf/b/n}{} \DeclareFontShape{LY1}{ntxtlf}{bx}{scit}{<->ssub * ntxtlf/b/scit}{} \DeclareFontShape{LY1}{ntxtlf}{bx}{it}{<->ssub * ntxtlf/b/it}{} -\DeclareFontShape{LY1}{ntxtlf}{b}{sl}{<->ssub * ntxtlf/b/it}{} -\DeclareFontShape{LY1}{ntxtlf}{m}{sl}{<->ssub * ntxtlf/m/it}{} +\DeclareFontShape{LY1}{ntxtlf}{m}{sl}{<-> \ntx@scaled ntx-Italic-tlf-th-ly1}{} +\DeclareFontShape{LY1}{ntxtlf}{b}{sl}{<->ssub * ntxtlf/m/sl}{} +\DeclareFontShape{LY1}{ntxtlf}{bx}{sl}{<->ssub * ntxtlf/m/sl}{} \DeclareFontShape{LY1}{ntxtlf}{b}{scsl}{<->ssub * ntxtlf/b/scit}{} +\DeclareFontShape{LY1}{ntxtlf}{bx}{scsl}{<->ssub * ntxtlf/b/scit}{} \DeclareFontShape{LY1}{ntxtlf}{m}{scsl}{<->ssub * ntxtlf/m/scit}{} \endinput |