diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mod2.sty')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mod2.sty | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mod2.sty b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mod2.sty new file mode 100644 index 00000000000..166da2691d1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mod2.sty @@ -0,0 +1,10 @@ +% mod2.sty +\renewcommand{\@makechapterhead}[1] +{\vspace*{3em} + \centerline{\uppercase{\thechapter\quad #1}} + \vskip1em} + +\renewcommand{\@makeschapterhead}[1] +{\vspace*{3em} + \centerline{\uppercase{#1}} + \vskip1em} |