Mercurial > docs > ps-bericht-ibm
annotate 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 |
rev | line source |
---|---|
0 | 1 % @file |
2 % @brief Praxissemesterbericht IBM | |
3 % @author markus schnalke <meillo@marmaro.de> | |
4 % @since 2008-05-05 | |
5 | |
6 | |
7 \documentclass[a4paper]{scrreprt} | |
8 | |
9 \usepackage[utf8]{inputenc} | |
10 \usepackage{ngerman} | |
11 \usepackage{graphicx} | |
12 \usepackage{listings} | |
13 \usepackage[automark]{scrpage2} | |
14 | |
15 \setkomafont{sectioning}{\normalfont\normalcolor\bfseries} | |
16 \setlength{\parindent}{0em} | |
17 \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex} | |
18 \setcounter{tocdepth}{3} | |
19 | |
28
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
20 \pagestyle{scrheadings} |
34
410e839fe8b6
footers now work like expected
schnalke@localhost.localdomain
parents:
28
diff
changeset
|
21 \ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}} |
410e839fe8b6
footers now work like expected
schnalke@localhost.localdomain
parents:
28
diff
changeset
|
22 \cfoot[]{} |
410e839fe8b6
footers now work like expected
schnalke@localhost.localdomain
parents:
28
diff
changeset
|
23 \ofoot[\thepage]{\thepage} |
28
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
24 |
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
25 \newcommand{\ibm}{\emph{IBM}} |
0 | 26 |
27 \begin{document} | |
28 | |
29 | |
34
410e839fe8b6
footers now work like expected
schnalke@localhost.localdomain
parents:
28
diff
changeset
|
30 \include{titel} |
410e839fe8b6
footers now work like expected
schnalke@localhost.localdomain
parents:
28
diff
changeset
|
31 \tableofcontents |
0 | 32 |
33 | |
17 | 34 \include{vorwort} |
0 | 35 \include{das-unternehmen} |
36 \include{das-projekt} | |
37 \include{taetigkeit} | |
38 \include{fazit} | |
39 | |
40 | |
41 \appendix | |
28
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
42 \listoffigures |
0 | 43 \input{software-used} |
44 | |
45 | |
46 \end{document} |