blob: db9379fe200b2dfe88e0d7fd53d81fcdd07fcb9c (
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
|
%%
%% This is file `lgrcmss.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 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{lgrcmss.fd}
[2008/01/04 v1.0 %
Greek Computer Modern Sans Serif]
\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}{cmss}{}
\EC@family{LGR}{cmss}{m}{n} {gsmn}
\EC@family{LGR}{cmss}{m}{sl} {gsmo}
\EC@family{LGR}{cmss}{m}{sc} {gsmc}
\EC@family{LGR}{cmss}{m}{it} {gsmi}
\EC@family{LGR}{cmss}{m}{ui} {gsmu}
\EC@family{LGR}{cmss}{m}{iv} {gsme}
\EC@family{LGR}{cmss}{m}{uv} {gsma}
%
\EC@family{LGR}{cmss}{bx}{n} {gsxn}
\EC@family{LGR}{cmss}{bx}{sl} {gsxo}
\EC@family{LGR}{cmss}{bx}{sc} {gsxc}
\EC@family{LGR}{cmss}{bx}{it} {gsxi}
\EC@family{LGR}{cmss}{bx}{ui} {gsxu}
\EC@family{LGR}{cmss}{bx}{iv} {gsxe}
\EC@family{LGR}{cmss}{bx}{uv} {gsxa}
\endinput
%%
%% End of file `lgrcmss.fd'.
|