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/ot1ntxtosf.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/ot1ntxtosf.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/ot1ntxtosf.fd | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/newtx/ot1ntxtosf.fd b/Master/texmf-dist/tex/latex/newtx/ot1ntxtosf.fd new file mode 100644 index 00000000000..51fdd3c4e39 --- /dev/null +++ b/Master/texmf-dist/tex/latex/newtx/ot1ntxtosf.fd @@ -0,0 +1,32 @@ +\ProvidesFile{ot1ntxtosf.fd}[2015/01/17 v1.0 font definition file for OT1/ntx/tosf] + +\expandafter\ifx\csname ntx@scaled\endcsname\relax + \let\ntx@scaled\@empty% +\fi +\def\ntx@asfx{} +\def\ntx@lsfx{} +\ifdefined\ntx@adobescfalse % + \ifntx@adobesc \def\ntx@asfx{a}\def\ntx@lsfx{l} + \else + \ifntx@largesc\def\ntx@lsfx{l}\fi + \fi +\fi + +\DeclareFontFamily{OT1}{ntxtosf}{} +\DeclareFontShape{OT1}{ntxtosf}{b}{sc}{<-> \ntx@scaled ntx-Bold-tosf-sc\ntx@lsfx\ntx@asfx-ot1}{} +\DeclareFontShape{OT1}{ntxtosf}{b}{n}{<-> \ntx@scaled ntx-Bold-tosf-ot1}{} +\DeclareFontShape{OT1}{ntxtosf}{b}{scit}{<-> \ntx@scaled ntx-BoldItalic-tosf-sc\ntx@lsfx-ot1}{} +\DeclareFontShape{OT1}{ntxtosf}{b}{it}{<-> \ntx@scaled ntx-BoldItalic-tosf-ot1}{} +\DeclareFontShape{OT1}{ntxtosf}{m}{sc}{<-> \ntx@scaled ntx-Regular-tosf-sc\ntx@lsfx\ntx@asfx-ot1}{} +\DeclareFontShape{OT1}{ntxtosf}{m}{n}{<-> \ntx@scaled ntx-Regular-tosf-ot1}{} +\DeclareFontShape{OT1}{ntxtosf}{m}{scit}{<-> \ntx@scaled ntx-Italic-tosf-sc\ntx@lsfx-ot1}{} +\DeclareFontShape{OT1}{ntxtosf}{m}{it}{<-> \ntx@scaled ntx-Italic-tosf-ot1}{} +\DeclareFontShape{OT1}{ntxtosf}{bx}{sc}{<->ssub * ntxtosf/b/sc}{} +\DeclareFontShape{OT1}{ntxtosf}{bx}{n}{<->ssub * ntxtosf/b/n}{} +\DeclareFontShape{OT1}{ntxtosf}{bx}{scit}{<->ssub * ntxtosf/b/scit}{} +\DeclareFontShape{OT1}{ntxtosf}{bx}{it}{<->ssub * ntxtosf/b/it}{} +\DeclareFontShape{OT1}{ntxtosf}{b}{sl}{<->ssub * ntxtosf/b/it}{} +\DeclareFontShape{OT1}{ntxtosf}{m}{sl}{<->ssub * ntxtosf/m/it}{} +\DeclareFontShape{OT1}{ntxtosf}{b}{scsl}{<->ssub * ntxtosf/b/scit}{} +\DeclareFontShape{OT1}{ntxtosf}{m}{scsl}{<->ssub * ntxtosf/m/scit}{} +\endinput |