-
Notifications
You must be signed in to change notification settings - Fork 0
/
paper.tex
51 lines (43 loc) · 1.3 KB
/
paper.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
\documentclass[12pt,a4paper]{article}
\usepackage{ccicons}
\usepackage{hyperref}
\begin{document}
\begin{centering}
\Huge{The Title}
\par
\vspace{2ex}
\normalsize{
Manuel Alabor\\
Supervised by The Supervisor\\
\par
\vspace{2ex}
Eastern Switzerland University of Applied Sciences\\
\par
\vspace{2ex}
\today{}
}
\par
\vspace{2ex}
\begin{quotation}
\small{
\noindent\textbf{Abstract}---\input{./abstract.tex}
}
\par
\vspace{2ex}
\small{
\noindent\textbf{Keywords}: tbd.
}
\par
\vspace{4ex}
\end{quotation}
\end{centering}
\section{Intro}
Some Content \cite{Author:Year:Abbr:1111111}
Test
\section{Intro}
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
\bibliographystyle{splncs04}
\bibliography{bibliography}
\section*{License}
\ccby\thinspace\thinspace This work is licensed under a \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International License}.
\end{document}