summaryrefslogtreecommitdiff
path: root/info/examples/ltt/folie.sty
blob: 60f38c263e0019ab5e82930a30cbaede8915ccdd (plain)
1
2
3
4
5
6
7
8
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}}