summaryrefslogtreecommitdiff
path: root/fonts/cyrillic/glonti/tex/glonti.sty
blob: d78ee6ccccd5ec01ed8d242c556ec534f543aa6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{glonti}[2002/12/14 v1.0 Glonti fonts as defaults]
\RequirePackage[LCY]{fontenc}
\DeclareSymbolFont{operators}{LCY}{cgr} {m}{n}
\SetSymbolFont{operators}{bold}{LCY}{cgr} {bx}{n}
\DeclareMathAlphabet{\mathbf}{LCY}{cgr}{bx}{n}
\DeclareMathAlphabet{\mathsf}{LCY}{cgss}{m}{n}
\DeclareMathAlphabet{\mathit}{LCY}{cgr}{m}{it}
\DeclareMathAlphabet{\mathtt}{LCY}{cgtt}{m}{n}
\SetMathAlphabet\mathsf{bold}{LCY}{cgss}{bx}{n}
\SetMathAlphabet\mathit{bold}{LCY}{cgr}{bx}{it}
\renewcommand{\rmdefault}{cgr}
\renewcommand{\sfdefault}{cgss}
\renewcommand{\ttdefault}{cgtt}
\endinput