-
Notifications
You must be signed in to change notification settings - Fork 0
/
samplepaper.tex
47 lines (39 loc) · 1.42 KB
/
samplepaper.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
\documentclass[runningheads]{llncs}
\usepackage[T1]{fontenc}
\usepackage{showframe} % print page margins, remove when positioning is satisfying
\usepackage{blindtext} % generate blind texts
\usepackage{graphicx} % necessary for inserting .pdfs
\usepackage{hyperref} % "available" badge is a link to the actual DOI
\usepackage[firstpage]{draftwatermark} % free badge placement
\begin{document}
%
\title{Contribution Title\thanks{Supported by organization x.}}
\author{%
First Author\inst{1}\orcidID{0000-1111-2222-3333} \and
Second Author\inst{2,3}\orcidID{1111-2222-3333-4444} \and
Third Author\inst{3}\orcidID{2222--3333-4444-5555}}
\authorrunning{F. Author et al.}
\institute{%
Princeton University, Princeton NJ 08544, USA \and
%
Springer Heidelberg, Heidelberg, Germany\\
\email{lncs@springer.com} \and
%
ABC Institute, \\
Rupert-Karls-University Heidelberg, Heidelberg, Germany\\
\email{\{abc,lncs\}@uni-heidelberg.de}}
\maketitle
\SetWatermarkAngle{0}
\SetWatermarkText{\raisebox{12.5cm}{%
\hspace{0.1cm}%
\href{https://github.com/danieldietsch/ae-badges}{\includegraphics{../../pdf/cav-alt/1-available}}%
\hspace{9cm}%
\includegraphics{../../pdf/cav-alt/2-functional}%
}}
\begin{abstract}
\blindtext
\keywords{First keyword \and Second keyword \and Another keyword.}
\end{abstract}
\section{First Section}
\blindtext[5]
\end{document}