root/studiarbeit/Ausarbeitung.tex

Revision 82, 2.1 kB (checked in by phil, 13 years ago)

Studiarbeit-Version vom 16.5. vom USB-Stick eingespielt

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
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
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
79   %%\include{chap.glossar}
80   %%\include{idx}
81   %%xxxxxxxxxxxxxxx        \include{erklaerung}
82 \end{appendix} % dropped: should this already end before \backmatter???
83
84 \end{document}
85
86
87
88
89
90
Note: See TracBrowser for help on using the browser.