blob: 6d68961b7e111717837bfb5f4fa5e9b84e5b3322 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
%%
%% This is file `il2lcmtt.fd',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% cslatex.dtx (with options: `il2cmtt')
%%
%% Tento soubor je soucasti baliku CsLaTeX a je vygenerovan z
%% distribucniho souboru cslatex.dtx.
%%
%% Copyright (c) 1994--98, 2002
%% Jaroslav Snajdr, Zdenek Wagner, Jiri Zlatuska a The LaTeX3 Project
%%
%% Tento soubor NENI soucasti systemu LaTeX2e
%% ------------------------------------------
%%
%% Dalsi informace naleznete na www.cstug.cz/cslatex.
%%
\ProvidesFile{il2cmtt.fd}[1997/08/20 CSLaTeX font definitions]
\DeclareFontFamily{IL2}{cmtt}{\hyphenchar \font\m@ne}
\DeclareFontShape{IL2}{cmtt}{m}{n}
{<5><6><7><8> cstt8
<9> cstt9
<10><10.95> cstt10
<12><14.4><17.28><20.74><24.88> cstt12
}{}
\DeclareFontShape{IL2}{cmtt}{m}{it}
{<5><6><7><8><9>
<10><10.95><12><14.4><17.28><20.74><24.88> csitt10
}{}
\DeclareFontShape{IL2}{cmtt}{m}{sl}
{<5><6><7><8><9>
<10><10.95><12><14.4><17.28><20.74><24.88> cssltt10
}{}
\DeclareFontShape{IL2}{cmtt}{m}{sc}
{<5><6><7><8><9>
<10><10.95><12><14.4><17.28><20.74><24.88> cstcsc10
}{}
\DeclareFontShape{IL2}{cmtt}{m}{ui}
{<->ssub * cmtt/m/it}{}
\DeclareFontShape{IL2}{cmtt}{bx}{n}
{<->ssub * cmtt/m/n}{}
\DeclareFontShape{IL2}{cmtt}{bx}{it}
{<->ssub * cmtt/m/it}{}
\DeclareFontShape{IL2}{cmtt}{bx}{ui}
{<->ssub * cmtt/m/it}{}
\ifx\addlanguage\undefined\else
\ifx\LdfInit\@undefined
\def\LdfInit{%
\chardef\atcatcode=\catcode`\@
\catcode`\@=11\relax
\input babel.def\relax
\catcode`\@=\atcatcode \let\atcatcode\relax
\LdfInit}
\fi
\endinput\fi
\endinput
%%
%% End of file `il2lcmtt.fd'.
|