-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
33 lines (25 loc) · 610 Bytes
/
main.tex
File metadata and controls
33 lines (25 loc) · 610 Bytes
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
%! Author = Runge
%! Date = 14-09-2023
% Preamble
\documentclass[a4paper,conference]{IEEEtran}
% Packages
\input{setup/preamble}
\input{setup/acronyms}
\input{setup/title}
% Document
\begin{document}
\maketitle
\input{sections/00-abstract}
\input{sections/01-introduction}
\input{sections/02-algorithm}
\input{sections/03-experiments-and-results}
\input{sections/04-discussion}
\input{sections/05-conclusion}
\input{sections/06-future-works}
\input{sections/07-acknowledgements}
% \printglossary[type=\acronymtype]
\printbibliography
\cleardoublepage
\appendix
\input{sections/appendix}
\end{document}