-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
51 lines (42 loc) · 1.53 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
%=================================================================
% Document style
%=================================================================
\documentclass[12pt]{article}
\input{settings/includes}
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
$highlighting-macros$
\makeglossaries
\input{settings/acronyms}
\title{%
Project report title}
% Author
\author{Author}
$if(csl-refs)$
\newlength{\cslhangindent}
\setlength{\cslhangindent}{1.5em}
\newenvironment{cslreferences}%
{$if(csl-hanging-indent)$\setlength{\parindent}{0pt}%
\everypar{\setlength{\hangindent}{\cslhangindent}}\ignorespaces$endif$}%
{\par}
$endif$
%*****************************************************************
%************************Start of document************************
%*****************************************************************
\begin{document}
\input{cover}
\newpage
%-----------------------------------------------------------------
% Table of contents
%-----------------------------------------------------------------
\tableofcontents
\newpage
%-----------------------------------------------------------------
% Start here:
%-----------------------------------------------------------------
\printglossaries
$body$
%*****************************************************************
%*************************End of document*************************
%*****************************************************************
\end{document}