-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReport.tex
67 lines (59 loc) · 2.73 KB
/
Report.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% University/School Laboratory Report
% LaTeX Template
% Version 3.1 (25/3/14)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Linux and Unix Users Group at Virginia Tech Wiki
% (https://vtluug.org/wiki/Example_LaTeX_chem_lab_report)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\include{Kapitel/Einstellungen}
%----------------------------------------------------------------------------------------
% DOCUMENT INFORMATION
%----------------------------------------------------------------------------------------
\include{Kapitel/Titelseite}
\tableofcontents
%----------------------------------------------------------------------------------------
% SECTION 1
%----------------------------------------------------------------------------------------
\include{Kapitel/Einleitung}
%----------------------------------------------------------------------------------------
% SECTION 2
%----------------------------------------------------------------------------------------
\include{Kapitel/Theorie}
%----------------------------------------------------------------------------------------
% SECTION 3
%----------------------------------------------------------------------------------------
\include{Kapitel/Parameter}
%----------------------------------------------------------------------------------------
% SECTION 4
%----------------------------------------------------------------------------------------
\include{Kapitel/Controller}
%----------------------------------------------------------------------------------------
% SECTION 5
%----------------------------------------------------------------------------------------
\include{Kapitel/Ergebnisse}
% SECTION 6
%----------------------------------------------------------------------------------------
\include{Kapitel/Fazit}
%----------------------------------------------------------------------------------------
% Ursprünglicher Inhalt dieses Dokuments
%----------------------------------------------------------------------------------------
%\include{AlterInhalt}
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
%----------------------------------------------------------------------------------------
\bibliographystyle{apalike}
\bibliography{Kapitel/report-bib}
%----------------------------------------------------------------------------------------
\end{document}