diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-03 23:34:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-03 23:34:28 +0000 |
commit | 94b0072f70667d3cd7e762500a5417e5c70e5fb1 (patch) | |
tree | e9c12c41af85da6626ad5a4eb8618b4b2837e7bc /Master/texmf-dist/tex/latex/newtx/ot1ntxsups.fd | |
parent | 6722edbc559b545ead3f83044478ca81bfc4330f (diff) |
newtx (3feb15)
git-svn-id: svn://tug.org/texlive/trunk@36200 c570f23f-e606-0410-a88d-b1316a301751
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 |