Mercurial > docs > ps-bericht-ibm
annotate ps-bericht.tex @ 28:a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
author | schnalke@localhost.localdomain |
---|---|
date | Mon, 16 Jun 2008 09:35:12 +0200 |
parents | 2fd6859d238d |
children | 410e839fe8b6 |
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} |
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
21 % FIXME: these footers are not shown on all pages |
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
22 \ifoot{\textsc{Markus Schnalke}} |
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
23 \cfoot{} |
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
24 \ofoot{\thepage} |
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
25 |
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
26 \newcommand{\ibm}{\emph{IBM}} |
0 | 27 |
28 \begin{document} | |
29 | |
30 | |
31 | |
32 \include{titel} | |
33 | |
34 \tableofcontents | |
35 | |
17 | 36 \include{vorwort} |
0 | 37 |
38 \include{das-unternehmen} | |
39 | |
40 \include{das-projekt} | |
41 | |
42 \include{taetigkeit} | |
43 | |
44 \include{fazit} | |
45 | |
46 | |
47 | |
48 | |
49 | |
50 | |
51 | |
52 \appendix | |
53 | |
28
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
54 \listoffigures |
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
55 |
0 | 56 \input{software-used} |
57 | |
58 | |
59 | |
60 | |
61 | |
62 | |
63 \end{document} |