-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMain.tex
197 lines (159 loc) · 4.91 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% LMU-Vorlage %%
%% %%
%% zur Erstellung einer %%
%% Dissertation mit pdflatex/latex %%
%% %%
%% (2002) Robert Dahlke %%
%% & Sigmund Stintzing %%
%%(2018) Modified by Amit Fenn
%% for an update & an English version %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{book}
%\documentclass[openany][12pt]{book}
%note all the free pages before.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Zusaetzliche Pakete %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{a4wide}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{mathcomp}
%\usepackage{german}
\usepackage[bookmarks]{hyperref}
\usepackage{lipsum}
\graphicspath{ {./images/} }
\usepackage{cutwin}
\usepackage{natbib}
\setcitestyle{numbers}
\usepackage{wrapfig}
\usepackage{subfigure}
\usepackage{subcaption}
\usepackage{placeins}
\usepackage[section]{placeins}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Definition my commands%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand\citeamf[1]{%
\citeauthor{#1},~\citeyear{#1}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Definition der Kopfzeile %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[a4paper, width=150mm, top=25mm, bottom=25mm, bindingoffset=6mm]{geometry}
\pagestyle{fancyplain}
\renewcommand{\chaptermark}[1]%
{\markboth{\thechapter.\ #1}{}}
\renewcommand{\sectionmark}[1]%
{\markright{\thesection\ #1}}
\lhead[\fancyplain{}{}]%
{\fancyplain{}{\bfseries\rightmark}}
\rhead[\fancyplain{}{\bfseries\leftmark}]%
{\fancyplain{}{\bfseries\thepage}}
%\cfoot{}
\fancyfoot{}
\fancyfoot[LE,RO]{\bfseries\thepage}
\renewcommand{\chaptername}{Section}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Definition des Deckblattes und der Titelseite %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\LMUTitle}[9]{
\thispagestyle{empty}
\vspace*{\stretch{1}}
{\parindent0cm
\rule{\linewidth}{.7ex}}
\begin{flushright}
\vspace*{\stretch{1}}
\rmfamily\bfseries\Huge
#1\\
\vspace*{\stretch{1}}
\rmfamily\bfseries\large
#2
\vspace*{\stretch{1}}
\end{flushright}
\rule{\linewidth}{.7ex}
\vspace*{\stretch{5}}
\begin{center}
\includegraphics[width=2in]{siegel}
\end{center}
\vspace*{\stretch{1}}
\begin{center}\sffamily\LARGE{#5}\end{center}
\newpage
\thispagestyle{empty}
\cleardoublepage
\thispagestyle{empty}
\vspace*{\stretch{1}}
{\parindent0cm
\rule{\linewidth}{.7ex}}
\begin{flushright}
\vspace*{\stretch{1}}
\sffamily\bfseries\Huge
#1\\
\vspace*{\stretch{1}}
\sffamily\bfseries\large
#2
\vspace*{\stretch{1}}
\end{flushright}
\rule{\linewidth}{.7ex}
\vspace*{\stretch{3}}
\begin{center}
\Large Master\'s Thesis\\
\Large for the #4\\
\Large at Ludwig--Maximilians--Universit\"at\\
\Large M\"unchen\\
\vspace*{\stretch{1}}
\Large Written by\\
\Large #2\\
\Large from #3\\
\vspace*{\stretch{2}}
\Large M\"unchen, den #6
\end{center}
\newpage
\thispagestyle{empty}
\vspace*{\stretch{1}}
\begin{flushleft}
\large Erstgutachter: #7 \\[1mm]
\large Zweitgutachter: #8 \\[1mm]
\large Tag der m\"undlichen Pr\"ufung: #9\\
\end{flushleft}
\cleardoublepage
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Beginn des Dokuments %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\frontmatter
\LMUTitle
{My Cool \LaTeX Thesis} % Titel der Arbeit
{Fenn, Amit} % Vor- und Nachname des Autors
{Neverland.. where nobody grows older} % Geburtsort des Autors
{Faculty of Biology} % Name der Fakultaet
{M\"unchen 2018} % Ort und Jahr der Erstellung
{Abgabedatum} % Tag der Abgabe
{Enter first supervisor's name here} % Name des Erstgutachters
{Your second supervisor's name comes here} % Name des Zweitgutachters
{26\textsuperscript{th} November, 2049.. trust me.. just write the date of your deadline here.} % Datum der muendlichen Pruefung
\tableofcontents
\markboth{Table of Contents}{Table of Contents}
\markboth{Summary}{Summary}
\include{Summary}
\mainmatter\setcounter{page}{1}
\include{Introduction}
\include{Results}
\include{Discussion}
\include{MaterialsandMethods}
%\include{Chapter1}
%\include{Chapter2}
\include{Appendix}
%\listoffigures
% \markboth{List of figures}{List of figures}
% \listoftables
% \markboth{List of Tables}{List of Tables}
% \cleardoublepage
\backmatter
\include{bibliographie}
\markboth{}{}
\include{Acknowledgements}
\includegraphics[width=\textwidth]{thesis_statement_original.pdf}
\includegraphics[width=\textwidth]{master-thesis-last-page.pdf}
% \include{CV}
\end{document}