-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
43 lines (33 loc) · 1.05 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
\documentclass[12pt,a4paper]{article}
\usepackage{lipsum}
\usepackage{pgf-umlsd}
\usepackage[simplified]{pgf-umlcd}
\usepackage{float}
\usepackage{hyperref}
\usepackage{acro}
\usepackage{parskip}
\usepackage{enumitem}
\author{Rato Kuzmanić, Tomislav Radanović}
\title{Raccu Protocol Specification}
\date{October 31, 2018}
\makeatletter
\input{meta/acronyms.tex}
\begin{document}
\input{chapters/title-page.tex}
\tableofcontents
\thispagestyle{empty}
\newpage
\setcounter{page}{1}
\input{chapters/introduction.tex} \newpage
\input{chapters/definitions.tex} \newpage
\input{chapters/register.tex} \newpage
\input{chapters/authentication.tex} \newpage
\input{chapters/reset-credentials.tex} \newpage
\input{chapters/delete-account.tex} \newpage
\input{chapters/requirements.tex} \newpage
\addcontentsline{toc}{section}{\listfigurename}
\listoffigures
\addcontentsline{toc}{section}{Abbreviations}
\acsetup{only-used=false}
\printacronyms[include-classes=abbrev,name=Abbreviations]
\end{document}