diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd b/Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd new file mode 100644 index 00000000000..16b402b27b3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/inconsolata/t1zi4.fd @@ -0,0 +1,25 @@ +% Copyright 2013 Michael Sharpe. +% You may freely use, modify and/or distribute this file. + +\ProvidesFile{t1zi4.fd}[2013/06/09 T1/zi4 (Inconsolata)] + +\expandafter\ifx\csname zifour@scaled\endcsname\relax + \let\zifour@scaled\@empty +\fi + +\expandafter\ifx\csname zifour@opt\endcsname\relax + \def\zifour@opt{\z@}\def\zifour@altopt{\tw@} +\fi + +\DeclareFontFamily{T1}{zi4}{\hyphenchar\font=\m@ne} +\DeclareFontShape{T1}{zi4}{m}{n}{% + <-> \zifour@scaled t1-zi4r-\zifour@opt}{} +\DeclareFontShape{T1}{zi4}{m}{scit}{% + <-> \zifour@scaled t1-zi4r-\zifour@altopt}{} +\DeclareFontShape{T1}{zi4}{b}{n}{% + <-> \zifour@scaled t1-zi4b-\zifour@opt}{} +\DeclareFontShape{T1}{zi4}{b}{scit}{% + <-> \zifour@scaled t1-zi4b-\zifour@altopt}{} + + +\endinput |