forked from exporl/kuleuven-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
abstract-latex.tex
68 lines (47 loc) · 1.37 KB
/
abstract-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
67
\documentclass[pagesize,english,12pt,a4paper
]{article}
\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,parskip,ifluatex,epstopdf}
\usepackage[olditem,oldenum]{paralist}
\usepackage[babel=true]{csquotes}
\usepackage[thinqspace]{SIunits}
%% no page numbers!
\pagestyle{empty}
%adjusted geometry settings
\usepackage[left=35mm, right=35mm, top=27.5mm, bottom=20mm, noheadfoot]{geometry}
\usepackage{url}
\urlstyle{same}
\usepackage{setspace}
\onehalfspacing
\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}{}}
\begin{document}
\begin{center}
{\textbf{\LARGE{Title}}}
\bigskip
Author 1, Author 2
{\small{Institute, Dept., University}}
\end{center}
\end{document}