changeset 34:410e839fe8b6

footers now work like expected
author schnalke@localhost.localdomain
date Mon, 16 Jun 2008 18:16:22 +0200
parents a4bea2266bb0
children f7bc5299e59b
files ps-bericht.tex
diffstat 1 files changed, 5 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- 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{titel}
-
-\tableofcontents
 
 \include{vorwort}
-
 \include{das-unternehmen}
-
 \include{das-projekt}
-
 \include{taetigkeit}
-
 \include{fazit}
 
 
-
-
-
-
-
 \appendix
-
 \listoffigures
-
 \input{software-used}
 
 
-
-
-
-
 \end{document}