blob: e9e936115457727db92a5f5174411a6a44f0dc92 (
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 file is part of the CM-LGC project version 0.3
%% ---------------------------------------------------
%%
%% 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.0 or, at your option, any later version.
%% Copyright (C) 2005 by Alexej Kryukov
%% Please report errors to: A.M. Kryukov <basileia@yandex.ru>
\ProvidesPackage{cmlgc}
[2005/05/05 CM-LGC as default roman, sans serif and typewriter fonts]
\renewcommand{\rmdefault}{fcm}
\renewcommand{\sfdefault}{fcs}
\renewcommand{\ttdefault}{fct}
% The following is executed only under VTeX/Free
\@ifundefined{aliasfont}{}{
\aliasfont fcmro8r = fcmr8r slant 250
\aliasfont fcmru8r = fcmri8r slant -250
\aliasfont fcmbo8r = fcmb8r slant 250
\aliasfont fcmbu8r = fcmbi8r slant -250
\aliasfont fctro8r = fctr8r slant 250
\aliasfont fctru8r = fctri8r slant -250
\aliasfont fcmroce = fcmrce slant 250
\aliasfont fcmruce = fcmrice slant -250
\aliasfont fcmboce = fcmbce slant 250
\aliasfont fcmbuce = fcmbice slant -250
\aliasfont fctroce = fctrce slant 250
\aliasfont fctruce = fctrice slant -250
\aliasfont fcmro6z = fcmr6z slant 250
\aliasfont fcmru6z = fcmri6z slant -250
\aliasfont fcmbo6z = fcmb6z slant 250
\aliasfont fcmbu6z = fcmbi6z slant -250
\aliasfont fctro6z = fctr6z slant 250
\aliasfont fctru6z = fctri6z slant -250
\aliasfont fcmro6y = fcmr6y slant 250
\aliasfont fcmru6y = fcmri6y slant -250
\aliasfont fcmbo6y = fcmb6y slant 250
\aliasfont fcmbu6y = fcmbi6y slant -250
\aliasfont fctro6y = fctr6y slant 250
\aliasfont fctru6y = fctri6y slant -250
\aliasfont fcmropg = fcmrpg slant 268
\aliasfont fcmrupg = fcmripg slant -268
\aliasfont fcmbopg = fcmbpg slant 268
\aliasfont fcmbupg = fcmbipg slant -268
\aliasfont fctropg = fctrpg slant 268
\aliasfont fctrupg = fctripg slant -268
}
\endinput
%%
%% End of file `cmlgc.sty'.
|