blob: 2c84b9154c02a50b5cecf715a71282aed3f3e8c7 (
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
%%
%% This is file `lgolmro.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.1 or, at your option, any later version.
%%
%% In particular, permission is goanted to customize the declarations in
%% this file to serve the needs of your installation.
%%
%% However, NO PERMISSION is goanted to distribute a modified version
%% of this file under its original name.
%%
\ProvidesFile{lgolmro.fd}
[2008/01/02 v1.0 %
Greek Computer Modern Outline]
\DeclareFontFamily{LGR}{lmro}{}
\DeclareFontShape{LGR}{lmro}{m}{n}%
{<-5.5> gomn0500 <5.5-6.5> gomn0600
<6.5-7.5> gomn0700 <7.5-8.5> gomn0800
<8.5-9.5> gomn0900 <9.5-11> gomn1000
<11-15> gomn1200 <15-> gmr1728
}{}
\DeclareFontShape{LGR}{lmro}{m}{sl}%
{<-8.5> gomo0800 <8.5-9.5> gomo0900
<9.5-11> gomo1000 <11-15> gomo1200
<15-> gomo1728
}{}
\DeclareFontShape{LGR}{lmro}{m}{it}%
{<-7.5> gomi0700
<7.5-8.5> gomi0800 <8.5-9.5> gomi0900
<9.5-11> gomi1000 <11-15> gomi1200
<15-> gomi1728
}{}
\DeclareFontShape{LGR}{lmro}{m}{ui}%
{<-7.5> gomu0700
<7.5-8.5> gomu0800 <8.5-9.5> gomu0900
<9.5-11> gomu1000 <11-15> gomu1200
<15-> gomu1728
}{}
\DeclareFontShape{LGR}{lmro}{m}{sc}%
{<-7.5> gomc0700
<7.5-8.5> gomc0800 <8.5-9.5> gomc0900
<9.5-11> gomc1000 <11-15> gomc1200
<15-> gomc1728
}{}
% slanted CSC is changed to unslanted CSC
\DeclareFontShape{LGR}{lmro}{m}{scsl}%
{<-> ssub*lmr/m/sc}{}
%%%%%%%% bold extended series
\DeclareFontShape{LGR}{lmro}{bx}{n}
{<-5.5> goxn0500 <5.5-6.5> gox0600
<6.5-7.5> goxn0700 <7.5-8.5> goxn0800
<8.5-9.5> goxn0900 <9.5-11> goxn1000
<11-15> goxn1200 <15-> goxn1728
}{}
\DeclareFontShape{LGR}{lmro}{bx}{it}
{<-7.5> goxi0700
<7.5-8.5> goxi0800 <8.5-9.5> goxi0900
<9.5-11> goxi1000 <11-> goxi1200
<15-> goxi1728
}{}
\DeclareFontShape{LGR}{lmro}{bx}{ui}
{<-7.5> goxu0700
<7.5-8.5> goxu0800 <8.5-9.5> goxu0900
<9.5-11> goxu1000 <11-> goxu1200
<15-> goxu1728
}{}
\DeclareFontShape{LGR}{lmro}{bx}{sl}
{<-8.5> goxo0800 <8.5-9.5> goxo0900
<9.5-11> goxo1000 <11-15> goxo1200
<15-> goxo1728}{}
\DeclareFontShape{LGR}{lmro}{bx}{sc}%
{<-7.5> goxc0700
<7.5-8.5> goxc0800 <8.5-9.5> goxc0900
<9.5-11> goxc1000 <11-15> goxc1200
<15-> goxc1728
}{}
\endinput
%%
%% End of file `lgolmro.fd'.
|