blob: eaed5d10e500be4a2718774614afaad680ea270e (
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
|
%%
%% This is file `lgrcmtt.fd',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% greek.fdd (with options: `fd,LGRcmtt')
%% This is a generated file.
%%
%% Copyright 2000 Johannes L. Braams and any individual authors
%% listed elsewhere in this file. All rights reserved.
%%
%% This file is part of the Babel system, release 3.7.
%% ---------------------------------------------------
%%
%% It may be distributed under the terms of the LaTeX Project Public
%% License, as described in lppl.txt in the base LaTeX distribution.
%% Either version 1.1 or, at your option, any later version.
%%
%% In particular, permission is granted to customize the declarations in
%% this file to serve the needs of your installation.
%%
%% However, NO PERMISSION is granted to distribute a modified version
%% of this file under its original name.
%%
\ProvidesFile{lgrcmtt.fd}
[1999/04/29 v2.2d %
Greek Computer Modern Typewriter]
\providecommand{\EC@family}[5]{%
\DeclareFontShape{#1}{#2}{#3}{#4}
{<5><6><7><8><9><10><10.95><12><14.4>%
<17.28><20.74><24.88>genb*#5}{}}
\DeclareFontFamily{LGR}{cmtt}{\hyphenchar\font\m@ne}% \hyphenchar = -1
\EC@family{LGR}{cmtt}{m}{n} {gttn}
\EC@family{LGR}{cmtt}{m}{sl} {gtto}
\EC@family{LGR}{cmtt}{m}{sc} {gttc}
\EC@family{LGR}{cmtt}{m}{it} {gtti}
\EC@family{LGR}{cmtt}{m}{ui} {gttu}
%
\DeclareFontShape{LGR}{cmtt}{bx}{n}
{<->ssub*cmtt/m/n}{}
\DeclareFontShape{LGR}{cmtt}{bx}{sl}
{<->ssub*cmtt/m/sl}{}
\DeclareFontShape{LGR}{cmtt}{bx}{it}
{<->ssub*cmtt/m/it}{}
\DeclareFontShape{LGR}{cmtt}{bx}{sc}
{<->ssub*cmtt/m/sc}{}
\DeclareFontShape{LGR}{cmtt}{bx}{ui}
{<->ssub*cmtt/m/ui}{}
\endinput
%%
%% End of file `lgrcmtt.fd'.
|