summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mod1.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mod1.sty')
-rw-r--r--Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mod1.sty10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mod1.sty b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mod1.sty
new file mode 100644
index 00000000000..f500bfd3802
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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}}