diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/newpx/ot1zpllf.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/newpx/ot1zpllf.fd | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/newpx/ot1zpllf.fd b/Master/texmf-dist/tex/latex/newpx/ot1zpllf.fd index 56a56c47f1e..704a790a9b4 100644 --- a/Master/texmf-dist/tex/latex/newpx/ot1zpllf.fd +++ b/Master/texmf-dist/tex/latex/newpx/ot1zpllf.fd @@ -1,5 +1,7 @@ \ProvidesFile{ot1zpllf.fd}[2015/01/19 v1.0 font definition file for OT1/zpl/lf] +\@ifundefined{ifzpl@sl}{\global\newif\ifzpl@sl\global\zpl@sltrue}{} + \expandafter\ifx\csname zpl@scaled\endcsname\relax \global\let\zpl@scaled\@empty% \fi @@ -21,9 +23,15 @@ \DeclareFontShape{OT1}{zpllf}{bx}{n}{<->ssub * zpllf/b/n}{} \DeclareFontShape{OT1}{zpllf}{bx}{scit}{<->ssub * zpllf/b/scit}{} \DeclareFontShape{OT1}{zpllf}{bx}{it}{<->ssub * zpllf/b/it}{} -\DeclareFontShape{OT1}{zpllf}{m}{sl}{<-> \zpl@scaled zpl-Italic-tlf-th-ot1}{} -\DeclareFontShape{OT1}{zpllf}{b}{sl}{<->ssub * zpllf/b/it}{} -\DeclareFontShape{OT1}{zpllf}{bx}{sl}{<->ssub * zpllf/b/it}{} +\ifzpl@sl % point to real slanted fonts + \DeclareFontShape{OT1}{zpllf}{m}{sl}{<-> \zpl@scaled zpl-Slanted-lf-ot1}{} + \DeclareFontShape{OT1}{zpllf}{b}{sl}{<-> \zpl@scaled zpl-BoldSlanted-lf-ot1}{} + \DeclareFontShape{OT1}{zpllf}{bx}{sl}{<->ssub * zpllf/b/sl}{} +\else %point to theorem font + \DeclareFontShape{OT1}{zpllf}{m}{sl}{<-> \zpl@scaled zplth-Italic-tlf-ot1}{} + \DeclareFontShape{OT1}{zpllf}{b}{sl}{<->ssub * zpllf/m/sl}{} + \DeclareFontShape{OT1}{zpllf}{bx}{sl}{<->ssub * zpllf/m/sl}{} +\fi \DeclareFontShape{OT1}{zpllf}{b}{scsl}{<->ssub * zpllf/b/scit}{} \DeclareFontShape{OT1}{zpllf}{bx}{scsl}{<->ssub * zpllf/b/scit}{} \DeclareFontShape{OT1}{zpllf}{m}{scsl}{<->ssub * zpllf/m/scit}{} |