blob: 21f870da85788c68b689b453422a9b6d80313e34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
\renewcommand*\ttdefault{lmtt}
\renewcommand*\familydefault{\sfdefault}
\sectionfont{\ttfamily\sectionrule{1em}{1pt}{0pt}{0pt}}
\subsectionfont{\ttfamily$\blacktriangle$ }
\renewcommand{\maketitle}{
{\large%
\ttfamily
{\bfseries\@title}%
\ifx\@date\empty%
\else%
\ // \@date%
\fi%
}%
}
|