Revision 207, 1.3 kB
(checked in by phil, 12 years ago)
|
--
|
Line | |
---|
1 |
\documentclass[12pt, |
---|
2 |
twoside, |
---|
3 |
openbib, %Literaturverzeichnis erscheint in abgewandelter Form zum Standart |
---|
4 |
a4paper, |
---|
5 |
openright] |
---|
6 |
{scrreprt} |
---|
7 |
|
---|
8 |
|
---|
9 |
\usepackage[ansinew]{inputenc} %erkennt direkt Umlaute |
---|
10 |
\usepackage[ngerman]{babel} |
---|
11 |
\usepackage[T1]{fontenc} |
---|
12 |
\usepackage{prettyref} |
---|
13 |
\usepackage{titleref} %Kapitel zitieren mit Überschrift |
---|
14 |
\usepackage{rotating}%drehen von tabellen |
---|
15 |
\usepackage{chemfig}%Strukturformeln |
---|
16 |
\usepackage{subfigure}%ordnet Bilder nebeneinander an |
---|
17 |
\usepackage{cite} |
---|
18 |
\usepackage{framed} |
---|
19 |
|
---|
20 |
\newcommand{\machverz}{1} % erzeuge Verzeichnisse (ToC,LoF,LoT,LoL,Idx) ? |
---|
21 |
%%% input liest Quelltext in Hauptdatei mit ein |
---|
22 |
%\input{style.sty} |
---|
23 |
|
---|
24 |
|
---|
25 |
\begin{document} |
---|
26 |
|
---|
27 |
%\frontmatter |
---|
28 |
|
---|
29 |
\include{titlepage} |
---|
30 |
%\include{abstract} |
---|
31 |
|
---|
32 |
\setcounter{tocdepth}{4}%gliederung tiefer als bis subsec |
---|
33 |
\setcounter{secnumdepth}{4}%nummerrierung bis 1.1.1.1 |
---|
34 |
\tableofcontents |
---|
35 |
|
---|
36 |
\listoffigures |
---|
37 |
|
---|
38 |
\listoftables |
---|
39 |
|
---|
40 |
|
---|
41 |
|
---|
42 |
%\mainmatter |
---|
43 |
|
---|
44 |
\include{Einleitung} |
---|
45 |
\include{Aufbau} |
---|
46 |
|
---|
47 |
|
---|
48 |
\part{Batchversuche} |
---|
49 |
|
---|
50 |
\setcounter{chapter}{0} |
---|
51 |
|
---|
52 |
\include{Einfuehrung_Batch} |
---|
53 |
\include{Kapitel_1} |
---|
54 |
\include{Kapitel_2} |
---|
55 |
|
---|
56 |
\part{Säulenversuche} |
---|
57 |
|
---|
58 |
\setcounter{chapter}{0} |
---|
59 |
|
---|
60 |
|
---|
61 |
|
---|
62 |
\include{Einfuehrung_Saeulen} |
---|
63 |
\include{Kapitel_3} |
---|
64 |
\include{Kapitel_4} |
---|
65 |
|
---|
66 |
\begin{appendix} |
---|
67 |
|
---|
68 |
|
---|
69 |
%\backmatter |
---|
70 |
|
---|
71 |
\include{bib} %%das zugehörige stylesheet |
---|
72 |
|
---|
73 |
%\include{idx} |
---|
74 |
|
---|
75 |
\end{appendix} |
---|
76 |
|
---|
77 |
\end{document} |
---|
78 |
|
---|
79 |
|
---|
80 |
|
---|
81 |
|
---|
82 |
|
---|
83 |
|
---|