diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/cm-lgc/antcmlgc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/cm-lgc/antcmlgc.sty | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cm-lgc/antcmlgc.sty b/Master/texmf-dist/tex/latex/cm-lgc/antcmlgc.sty new file mode 100644 index 00000000000..bbd6c322ae7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/cm-lgc/antcmlgc.sty @@ -0,0 +1,23 @@ +%% This file is part of the CM-LGC project version 0.2 +%% --------------------------------------------------- +%% +%% 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{antcmlgc} +[2003/08/31 CM-LGC as default roman, sans serif and typewriter fonts] +\def\westernrm{fcm} +\def\russianrm{fcm} +\def\greekrm{fcm} +\def\westernsf{fcs} +\def\russiansf{fcs} +\def\greeksf{fcs} +\def\westerntt{fct} +\def\russiantt{fct} +\def\greektt{fct} +\endinput +%% +%% End of file `antcmlgc.sty'. |