blob: f6754c36e5308c6c3f958d22c8427419325a8268 (
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
|
%%
%% This is file `lgrlmtt.fd',
%%
%% Copyright 2008 Claudio Beccari
%% ---------------------------------------------------
%%
%% 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.3 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{lgrlmtt.fd}
[2008/01/02 v1.0 %
Greek Computer Modern Typewriter]
\DeclareFontFamily{LGR}{lmtt}{\hyphenchar\font\m@ne}% \hyphenchar = -1
\DeclareFontShape{LGR}{lmtt}{m}{n}
{<-8.5> gttn0800 <8.5-9.5> gttn0900
<9.5-11> gttn1000 <11-15> gttn1200
<15-> gttn1728
}{}
\DeclareFontShape{LGR}{lmtt}{m}{it}
{<-> ssub*lgr/lmtt/m/sl}{}
\DeclareFontShape{LGR}{lmtt}{m}{sl}
{<-8.5> gtto0800 <8.5-9.5> gtto0900
<9.5-11> gtto1000 <11-15> gtto1200
<15-> gtto1728
}{}
\DeclareFontShape{LGR}{lmtt}{m}{sc}
{<-8.5> gttc0800 <8.5-9.5> gttc0900
<9.5-11> gttc1000 <11-15> gttc1200
<15-> gttc1728
}{}
% shape undefined, substituted with unslanted
\DeclareFontShape{LGR}{lmtt}{m}{scsl}
{<-> ssub*lmtt/m/sc}{}
\endinput
%%
%% End of file `lgrlmtt.fd'.
|