root/studiarbeit/Ausarbeitung.tex

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

Der Vogel hat alles repariert ;-)

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