root/studiarbeit/Ausarbeitung.tex

Revision 104, 2.2 kB (checked in by phil, 13 years ago)

--

Line 
1 \documentclass[%fleqn,12pt,%[ 10pt | 11pt | 12pt ]
2 a4paper,%
3 german,%
4 %draft,% turns off all hyperref-options! but shows overfull boxes in output
5 %oneside%
6 ]{book}
7
8 \usepackage{graphics}
9 \usepackage{algorithm2e}
10 \usepackage{subfigure}
11 \usepackage{framed}
12
13 %\nofiles % kein Neuschreiben generierter Infos (aux,idx,glo,toc,lof,lot,...)
14 \newcommand{\machverz}{1} % erzeuge Verzeichnisse (ToC,LoF,LoT,LoL,Idx) ?
15 %%% input liest Quelltext in Hauptdatei mit ein
16 \input{ausarbeitung.sty}
17
18
19 %\includeonly{titlepage,abstract,toc,lof,lot,chap.konzepte,bib,erklaerung}
20
21 %%\listfiles % [LaTeXwissArb, S.65] gebe Dateiliste nach Verarbeitungslauf aus
22
23 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
24
25 \begin{document}
26
27 \frontmatter
28
29 \include{titlepage}
30 %\include{abstract}
31
32 %%% This document contains
33 %%% \pageref{LastPage}~pages. % use this to refer to lastpage's counter
34 %%% include ist fr Kapitel und Teile beginnen zwangsweise auf neuen Seiten
35 %%%  Offenbar funktioniert das Ganze nicht ber Verzeichnisgrenzen hinweg:
36 %%%  Z.B. gibt es kein aktuelles Arbeitsverzeichnis, so daï¿œAbbildungen nicht
37 %%%  gefunden werden kï¿œnen.
38 %%%  Auï¿œrdem werden zwar die include-Dateien gefunden aber deren .aux kï¿œnen
39 %%%  im anderen Verzeichnis nicht geschrieben werden (mï¿œlicherweise wird der
40 %%%  (Relativ-)Pfad als Dateiname ohne Verzeichnisauflï¿œung verwendet).
41
42 \include{toc}
43 \include{lof}
44
45 \mainmatter
46
47
48 \include{Einführung}
49 \include{Theoretische}
50 %\include{Experimentelle}
51 \include{Versuchsbeschreibung}
52 \include{Ergebnisse}
53
54 %%%\appendix
55 %%%  Should this better be like the following?
56 \begin{appendix}
57   %%\include{chap.app.formulae}
58
59 \backmatter
60
61 \include{bib}
62
63 \nocite{Cohen}
64 \nocite{Danzer}
65 \nocite{EPA}
66 \nocite{Zhou}
67 \nocite{Saito}
68 \nocite{St-Pierre}
69 \nocite{Kitahara}
70 \nocite{Drelich}
71 \nocite{Childs}
72 \nocite{Sabatini}
73 \nocite{Kunieda}
74 \nocite{Aha}
75 \nocite{Hedinger}
76 \nocite{Schneider}
77 \nocite{Lachler}
78 \nocite{Memminger}
79 \nocite{Stupp}
80 \nocite{Young}
81
82
83
84   %%\include{chap.glossar}
85   %%\include{idx}
86   %%xxxxxxxxxxxxxxx        \include{erklaerung}
87 \end{appendix} % dropped: should this already end before \backmatter???
88
89 \end{document}
90
91
92
93
94
95
Note: See TracBrowser for help on using the browser.