-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
40 lines (32 loc) · 1.21 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
% This template is based on
% https://github.com/uniba-dsg/dsg-templates/tree/master/dsg-seminar-en
%
% But it was altered in several ways that aim at improving usability.
% You can easily get started by defining variables such as the title of your
% thesis etc. by changing them in "config/variables.tex".
%
% Chose whether you want the title page with one logo or with two logos in
% "config/config.tex" by including the according file there. Default is one
% logo.
%
% Images go in the "images" directory.
%
% Other resources, e.g. source code files, go in the "resources" directory.
%
% Simply start writing by adding sections in the "sections" directory and
% including these files below.
%
% Note, that this template is optimized for theses in computer science and Java
% as main programming language.
%
% Feel free to configure listings, e.g. for other languages under
% "config/listings.tex". Layout changes can be made in "config/layout.tex". Add
% packages to "config/packages.tex". Add new commands to "config/commands.tex".
\include{config/config}
\begin{document}
\include{src/preamble}
\include{sections/section-0}
\include{sections/section-1}
\include{sections/section-2}
\include{src/appendix}
\end{document}