comparison ps-bericht.tex @ 34:410e839fe8b6

footers now work like expected
author schnalke@localhost.localdomain
date Mon, 16 Jun 2008 18:16:22 +0200
parents a07028d2fe9e
children f7bc5299e59b
comparison
equal deleted inserted replaced
33:a4bea2266bb0 34:410e839fe8b6
16 \setlength{\parindent}{0em} 16 \setlength{\parindent}{0em}
17 \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex} 17 \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
18 \setcounter{tocdepth}{3} 18 \setcounter{tocdepth}{3}
19 19
20 \pagestyle{scrheadings} 20 \pagestyle{scrheadings}
21 % FIXME: these footers are not shown on all pages 21 \ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}}
22 \ifoot{\textsc{Markus Schnalke}} 22 \cfoot[]{}
23 \cfoot{} 23 \ofoot[\thepage]{\thepage}
24 \ofoot{\thepage}
25 24
26 \newcommand{\ibm}{\emph{IBM}} 25 \newcommand{\ibm}{\emph{IBM}}
27 26
28 \begin{document} 27 \begin{document}
29 28
30 29
31
32 \include{titel} 30 \include{titel}
33
34 \tableofcontents 31 \tableofcontents
35 32
33
36 \include{vorwort} 34 \include{vorwort}
37
38 \include{das-unternehmen} 35 \include{das-unternehmen}
39
40 \include{das-projekt} 36 \include{das-projekt}
41
42 \include{taetigkeit} 37 \include{taetigkeit}
43
44 \include{fazit} 38 \include{fazit}
45 39
46 40
47
48
49
50
51
52 \appendix 41 \appendix
53
54 \listoffigures 42 \listoffigures
55
56 \input{software-used} 43 \input{software-used}
57 44
58 45
59
60
61
62
63 \end{document} 46 \end{document}