root/studiarbeit/Ausarbeitung.tex

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

zeug hin und her gschmissn :)

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 \include{Ergebnisse}
52
53 %%%\appendix
54 %%%  Should this better be like the following?
55 \begin{appendix}
56   %%\include{chap.app.formulae}
57
58 \backmatter
59
60 \include{bib}
61
62 \nocite{Cohen}
63 \nocite{Danzer}
64 \nocite{EPA}
65 \nocite{Zhou}
66 \nocite{Saito}
67 \nocite{St-Pierre}
68 \nocite{Kitahara}
69 \nocite{Drelich}
70 \nocite{Childs}
71 \nocite{Sabatini}
72 \nocite{Kunieda}
73 \nocite{Aha}
74 \nocite{Hedinger}
75 \nocite{Schneider}
76 \nocite{Lachler}
77 \nocite{Memminger}
78 \nocite{Stupp}
79
80
81
82   %%\include{chap.glossar}
83   %%\include{idx}
84   %%xxxxxxxxxxxxxxx        \include{erklaerung}
85 \end{appendix} % dropped: should this already end before \backmatter???
86
87 \end{document}
88
89
90
91
92
93
Note: See TracBrowser for help on using the browser.