forked from exporl/kuleuven-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
report-latex.tex
66 lines (45 loc) · 1.34 KB
/
report-latex.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
\documentclass[pagesize,english,DIV=calc,footinclude=false
]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[fleqn]{amsmath}
\usepackage[nohyperlinks]{acronym}
\usepackage{babel,lmodern,graphicx,mathptmx,xspace,wasysym,microtype,booktabs,tabularx,relsize,textcomp,longtable,lipsum,ifluatex,epstopdf}
\usepackage[olditem,oldenum]{paralist}
\usepackage[babel=true]{csquotes}
\usepackage[thinqspace]{SIunits}
\usepackage[normal,font=small]{caption}
\usepackage[multiple,flushmargin]{footmisc}
\usepackage{todonotes}
\usepackage{url}
\urlstyle{same}
\usepackage{hyperref}
\hypersetup{
pdftitle=Title,
pdfkeywords={},
pdfauthor=Author 1,
plainpages=false,
linktoc=all,
colorlinks=true,
anchorcolor=black,
menucolor=black,
linkcolor=black,
citecolor=black,
urlcolor=black,
filecolor=black,
}
\graphicspath{{figures/}}
\DeclareGraphicsExtensions{.pdf,.jpeg,.png,.eps} % Fix sort order in case the same file exists with multiple extensions
\frenchspacing
\input{templates/definitions.tex}
\usepackage[normalem]{ulem}
\pdfstringdefDisableCommands{\renewcommand{\sout}{}}
\setcounter{secnumdepth}{0}
\title{Title}
\author{Author 1 \and Author 2}
\date{Date}
\begin{document}
\maketitle
\section{First Section}\label{first-section}
\subsection{First subsection}\label{first-subsection}
\end{document}