summaryrefslogtreecommitdiff
path: root/info/examples/ltt/folie.sty
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/ltt/folie.sty')
-rw-r--r--info/examples/ltt/folie.sty9
1 files changed, 9 insertions, 0 deletions
diff --git a/info/examples/ltt/folie.sty b/info/examples/ltt/folie.sty
new file mode 100644
index 0000000000..60f38c263e
--- /dev/null
+++ b/info/examples/ltt/folie.sty
@@ -0,0 +1,9 @@
+% folie.sty
+\newcommand{\folie}
+ {\newpage
+ \@startsection{folie}{1}{0pt}
+ {1cm plus5pt minus 5pt}{1ex}{\scshape Folie }}
+\newcounter{folie}
+\renewcommand{\thefolie}{\arabic{folie}}
+\newcommand{\l@folie}{\@dottedtocline{1}{1.5em}{2cm}}
+\newcommand{\foliemark}[1]{\markboth{Folie #1}{Folie #1}}