forked from Beomar97/path-planning-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
63 lines (45 loc) · 1.35 KB
/
main.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
\documentclass[a4paper, 12pt]{report}
\input{preamble.tex}
\title{Formula Student - Path Planning Algorithm}
\author{
Marco Forster\\
\texttt{[email protected]}
\and
Dan Hochstrasser\\
\texttt{[email protected]}
}
\date{\today}
\begin{document}
\begin{sloppypar}
\includepdf{ressources/Cover_Sheet}
\includepdf{ressources/Declaration_of_Originality}
\selectlanguage{english}
\chapter*{Abstract}
\input{chapters/Abstract}
\selectlanguage{ngerman}
\chapter*{Zusammenfassung}
\input{chapters/Zusammenfassung}
\selectlanguage{english}
\chapter*{Preface}
\input{chapters/Preface}
\renewcommand*\contentsname{Table of Contents}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\tableofcontents
\chapter{Introduction} \label{ch:Introduction}
\input{chapters/Introduction}
\chapter{Background} \label{ch:Background}
\input{chapters/Background}
\chapter{Approach / Methods} \label{ch:Approach / Methods}
\input{chapters/Approach_Methods}
\chapter{Results} \label{ch:Results}
\input{chapters/Results}
\chapter{Discussion and Conclusion} \label{ch:Discussion Conclusion}
\input{chapters/Discussion_Conclusion}
\chapter{Registers} \label{ch:Registers}
\input{chapters/Registers}
\appendix
\chapter{Appendix} \label{ch:Appendix}
\input{chapters/Appendix}
\end{sloppypar}
\end{document}