diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-07 21:49:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-07 21:49:21 +0000 |
commit | 7c68bec29d52b5b541bc389005eb9da1506339be (patch) | |
tree | 92e55db830b22e5f3fbce1fe31c2520633b7af8c /Master/texmf-dist/tex/latex/step/T3STEP-TLF.fd | |
parent | 8128ee166d93411682bdad1d5946afb343423a26 (diff) |
step (7feb20)
git-svn-id: svn://tug.org/texlive/trunk@53708 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/step/T3STEP-TLF.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/step/T3STEP-TLF.fd | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/step/T3STEP-TLF.fd b/Master/texmf-dist/tex/latex/step/T3STEP-TLF.fd new file mode 100644 index 00000000000..2f7162a390c --- /dev/null +++ b/Master/texmf-dist/tex/latex/step/T3STEP-TLF.fd @@ -0,0 +1,105 @@ +%% Generated by autoinst on 2020/02/06 +%% +\ProvidesFile{T3STEP-TLF.fd} + [2020/02/06 (autoinst) Font definitions for T3/STEP-TLF.] + +\ifcsname s@fct@alias\endcsname\else +\gdef\s@fct@alias{\sub@sfcnt\@font@aliasinfo} +\gdef\@font@aliasinfo#1{% + \@font@info{Font\space shape\space `\curr@fontshape'\space will + \space be\space aliased\MessageBreak to\space `\mandatory@arg'}% +} +\fi + +\expandafter\ifx\csname STEP@scale\endcsname\relax + \let\STEP@@scale\@empty +\else + \edef\STEP@@scale{s*[\csname STEP@scale\endcsname]}% +\fi + +\DeclareFontFamily{T3}{STEP-TLF}{} + + +% ---- bold ---- + +\DeclareFontShape{T3}{STEP-TLF}{bold}{it}{ + <-> \STEP@@scale STEP-BoldItalic-tlf-t3 +}{} + +\DeclareFontShape{T3}{STEP-TLF}{bold}{n}{ + <-> \STEP@@scale STEP-Bold-tlf-t3 +}{} + +\DeclareFontShape{T3}{STEP-TLF}{bold}{sl}{ + <-> ssub * STEP-TLF/bold/it +}{} + + +% ---- regular ---- + +\DeclareFontShape{T3}{STEP-TLF}{regular}{it}{ + <-> \STEP@@scale STEP-Italic-tlf-t3 +}{} + +\DeclareFontShape{T3}{STEP-TLF}{regular}{n}{ + <-> \STEP@@scale STEP-Regular-tlf-t3 +}{} + +\DeclareFontShape{T3}{STEP-TLF}{regular}{sc}{ + <-> \STEP@@scale STEP-Regular-tlf-sc-t3 +}{} + +\DeclareFontShape{T3}{STEP-TLF}{regular}{sl}{ + <-> ssub * STEP-TLF/regular/it +}{} + +% +% Extra 'alias' rules to map the standard NFSS codes to our fancy names +% + +% m --> regular + +\DeclareFontShape{T3}{STEP-TLF}{m}{it}{ + <-> alias * STEP-TLF/regular/it +}{} + +\DeclareFontShape{T3}{STEP-TLF}{m}{n}{ + <-> alias * STEP-TLF/regular/n +}{} + +\DeclareFontShape{T3}{STEP-TLF}{m}{sc}{ + <-> alias * STEP-TLF/regular/sc +}{} + +\DeclareFontShape{T3}{STEP-TLF}{m}{sl}{ + <-> alias * STEP-TLF/regular/sl +}{} + + +% b --> bold + +\DeclareFontShape{T3}{STEP-TLF}{b}{n}{ + <-> alias * STEP-TLF/bold/n +}{} + +\DeclareFontShape{T3}{STEP-TLF}{b}{sl}{ + <-> alias * STEP-TLF/bold/sl +}{} + +\DeclareFontShape{T3}{STEP-TLF}{b}{it}{ + <-> alias * STEP-TLF/bold/it +}{} + +\DeclareFontShape{T3}{STEP-TLF}{bx}{sl}{ + <-> ssub * STEP-TLF/b/sl +}{} + +\DeclareFontShape{T3}{STEP-TLF}{bx}{n}{ + <-> ssub * STEP-TLF/b/n +}{} + +\DeclareFontShape{T3}{STEP-TLF}{bx}{it}{ + <-> ssub * STEP-TLF/b/it +}{} + +\endinput |