blob: ae03a60e03b07288e39fa131c17e222b9a07482a (
plain)
1
2
3
4
5
6
7
8
9
10
|
% mod2.sty
\renewcommand{\@makechapterhead}[1]
{\vspace*{3em}
\centerline{\uppercase{\thechapter\quad #1}}
\vskip1em}
\renewcommand{\@makeschapterhead}[1]
{\vspace*{3em}
\centerline{\uppercase{#1}}
\vskip1em}
|