1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
%% t4cmtt.fd
%%
%% (c) Copyright 1994 J"org Knappen
%%
\ProvidesFile{T4cmtt.fd}[1994/11/11 v1.0]
\providecommand{\sauter@family}[5]{%
\DeclareFontShape{#1}{#2}{#4}{#5}
{ <5> #35 <6> #36 <7> #37 <8> #38 <9> #39 <10> #310 <10.95> #311
<12> #312 <14.4> #314 <17.28> #317 <20.74> #320 <24.88> #325
}{}%
}
%% Typewriter font shapes
\DeclareFontFamily{T4}{cmtt}{\hyphenchar\font\m@ne}{}
\sauter@family{T4}{cmtt}{fctt}{m}{n}
\sauter@family{T4}{cmtt}{fcitt}{m}{it}
%%
\endinput
%% /T4fctt.fd
|