Mercurial > docs > ps-bericht-ibm
annotate ps-bericht.tex @ 53:27a4243536d6 default tip
fixed dash-problem
author | meillo@marmaro.de |
---|---|
date | Thu, 04 Sep 2008 11:39:17 +0200 |
parents | f1431d0cafdc |
children |
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}} |
35
f7bc5299e59b
better figure captions (new command for that)
schnalke@localhost.localdomain
parents:
34
diff
changeset
|
26 \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}} |
0 | 27 |
28 \begin{document} | |
29 | |
30 | |
34
410e839fe8b6
footers now work like expected
schnalke@localhost.localdomain
parents:
28
diff
changeset
|
31 \include{titel} |
410e839fe8b6
footers now work like expected
schnalke@localhost.localdomain
parents:
28
diff
changeset
|
32 \tableofcontents |
0 | 33 |
34 | |
17 | 35 \include{vorwort} |
0 | 36 \include{das-unternehmen} |
37 \include{das-projekt} | |
38 \include{taetigkeit} | |
45
f1431d0cafdc
moved text about the expos to separate file, and added content there
meillo@marmaro.de
parents:
38
diff
changeset
|
39 \include{oeffentlichkeit} |
0 | 40 \include{fazit} |
41 | |
42 | |
43 \appendix | |
28
a07028d2fe9e
added list of figures; added custom footer (does not work on all pages)
schnalke@localhost.localdomain
parents:
17
diff
changeset
|
44 \listoffigures |
35
f7bc5299e59b
better figure captions (new command for that)
schnalke@localhost.localdomain
parents:
34
diff
changeset
|
45 Abbildungen ohne Herkunftshinweis stammen aus dem Projekt. |
f7bc5299e59b
better figure captions (new command for that)
schnalke@localhost.localdomain
parents:
34
diff
changeset
|
46 |
38
c64bd51d3dd6
adjusted main to rename; minor text improvements
schnalke@localhost.localdomain
parents:
35
diff
changeset
|
47 \input{referenzen} |
0 | 48 |
49 | |
50 \end{document} |