diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/newtx/ot1ntxsups.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/ot1ntxsups.fd | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/newtx/ot1ntxsups.fd b/Master/texmf-dist/tex/latex/newtx/ot1ntxsups.fd new file mode 100644 index 00000000000..b995ab11c62 --- /dev/null +++ b/Master/texmf-dist/tex/latex/newtx/ot1ntxsups.fd @@ -0,0 +1,62 @@ +\ProvidesFile{ot1ntxsups.fd}[2015/01/17 v1.0] +\expandafter\ifx\csname ntx@scaled\endcsname\relax + \let\ntx@scaled\@empty% +\fi + +\DeclareFontFamily{OT1}{ntxsups}{} +\DeclareFontShape{OT1}{ntxsups}{m}{n}{ %medium + <-> \ntx@scaled ntxsups-Regular-ot1% +}{} +\DeclareFontShape{OT1}{ntxsups}{m}{it}{ %italic + <-> \ntx@scaled ntxsups-Italic-ot1% +}{} +\DeclareFontShape{OT1}{ntxsups}{bx}{n}{ %bold + <-> \ntx@scaled ntxsups-Bold-ot1% +}{} +\DeclareFontShape{OT1}{ntxsups}{b}{it}{ %bold italic + <-> \ntx@scaled ntxsups-BoldItalic-ot1% +}{} + +\DeclareFontShape{OT1}{ntxsups}{m}{sc}{ %cap & small cap + <-> ssub * ntxsups/m/n% +}{} +\DeclareFontShape{OT1}{ntxsups}{m}{sl}{ %slanted + <-> ssub * ntxsups/m/it% +}{} +\DeclareFontShape{OT1}{ntxsups}{m}{scit}{ %italic + <-> ssub * ntxsups/m/it% +}{} +\DeclareFontShape{OT1}{ntxsups}{m}{ui}{ %unslanted italic + <-> ssub * ntxsups/m/n% +}{} +\DeclareFontShape{OT1}{ntxsups}{bx}{sc}{ %bold extended cap & small cap + <-> ssub * ntxsups/b/n% +}{} +\DeclareFontShape{OT1}{ntxsups}{bx}{sl}{ %bold extended slanted + <-> ssub * ntxsups/b/it% +}{} +\DeclareFontShape{OT1}{ntxsups}{bx}{it}{ %bold extended italic + <-> ssub * ntxsups/b/it% +}{} +\DeclareFontShape{OT1}{ntxsups}{bx}{scit}{ %bold extended italic + <-> ssub * ntxsups/b/it% +}{} +\DeclareFontShape{OT1}{ntxsups}{bx}{ui}{ %bold extended unslanted italic + <-> ssub * ntxsups/b/n% +}{} +\DeclareFontShape{OT1}{ntxsups}{bx}{n}{ %bold extended + <-> ssub * ntxsups/n/n% +}{} +\DeclareFontShape{OT1}{ntxsups}{b}{sc}{ %bold cap & small cap + <-> ssub * ntxsups/b/n% +}{} +\DeclareFontShape{OT1}{ntxsups}{b}{sl}{ %bold slanted + <-> ssub * ntxsups/b/it% +}{} +\DeclareFontShape{OT1}{ntxsups}{b}{ui}{ %bold unslanted italic + <-> ssub * ntxsups/b/n% +}{} +\DeclareFontShape{OT1}{ntxsups}{b}{scit}{ %bold italic + <-> ssub * ntxsups/b/it% +}{} +\endinput |