# HG changeset patch # User schnalke@localhost.localdomain # Date 1213632982 -7200 # Node ID 410e839fe8b6e0baa16f006916bc04719ace1772 # Parent a4bea2266bb025ed3b3007264c55cc3bb05454be footers now work like expected diff -r a4bea2266bb0 -r 410e839fe8b6 ps-bericht.tex --- a/ps-bericht.tex Mon Jun 16 15:48:01 2008 +0200 +++ b/ps-bericht.tex Mon Jun 16 18:16:22 2008 +0200 @@ -18,46 +18,29 @@ \setcounter{tocdepth}{3} \pagestyle{scrheadings} - % FIXME: these footers are not shown on all pages - \ifoot{\textsc{Markus Schnalke}} - \cfoot{} - \ofoot{\thepage} + \ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}} + \cfoot[]{} + \ofoot[\thepage]{\thepage} \newcommand{\ibm}{\emph{IBM}} \begin{document} - \include{titel} - \tableofcontents + \include{vorwort} - \include{das-unternehmen} - \include{das-projekt} - \include{taetigkeit} - \include{fazit} - - - - - \appendix - \listoffigures - \input{software-used} - - - - \end{document}