summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cm-lgc/cmlgc.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/cm-lgc/cmlgc.sty')
-rw-r--r--Master/texmf-dist/tex/latex/cm-lgc/cmlgc.sty17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cm-lgc/cmlgc.sty b/Master/texmf-dist/tex/latex/cm-lgc/cmlgc.sty
new file mode 100644
index 00000000000..bb28239013b
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cm-lgc/cmlgc.sty
@@ -0,0 +1,17 @@
+%% 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) 2003 by Alexej Kryukov
+%% Please report errors to: A.M. Kryukov <basileia@yandex.ru>
+
+\ProvidesPackage{cmlgc}
+[2003/08/31 CM-LGC as default roman, sans serif and typewriter fonts]
+\renewcommand{\rmdefault}{fcm}
+\renewcommand{\sfdefault}{fcs}
+\renewcommand{\ttdefault}{fct}
+\endinput
+%%
+%% End of file `cmlgc.sty'.