diff options
Diffstat (limited to 'Master/texmf-doc/doc/german/latex-tipps-und-tricks/mod1.sty')
-rw-r--r-- | Master/texmf-doc/doc/german/latex-tipps-und-tricks/mod1.sty | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/german/latex-tipps-und-tricks/mod1.sty b/Master/texmf-doc/doc/german/latex-tipps-und-tricks/mod1.sty new file mode 100644 index 00000000000..f500bfd3802 --- /dev/null +++ b/Master/texmf-doc/doc/german/latex-tipps-und-tricks/mod1.sty @@ -0,0 +1,10 @@ +% mod1.sty +\renewcommand{\section} +{\@startsection{section}{1}{\z@} + {-3ex plus -1ex minus-.2ex}{2ex plus.2ex} + {\centering\normalfont\scshape}} + +\renewcommand{\subsection} +{\@startsection{subsection}{2}{\z@} + {-2ex plus -1ex minus-.2ex}{2ex plus.2ex} + {\centering\normalfont\itshape}} |