summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/llncsconf/example.tex
blob: 6df9fdc4556d7c45bd930d66c59eb2311ed4e21c (plain)
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
\documentclass[final, runningheads, USenglish, pdftex]{llncs}
\usepackage{lipsum}
%\usepackage[proceedings,crop]{llncsconf}
\usepackage[llncs,crop]{llncsconf}

\conference{International Conference on \LaTeX-Hacks}
\llncs{Anonymous et al.\ (eds).\ \emph{Proceedings of the International
       Conference on \LaTeX-Hacks}, LNCS~-42. Some Publisher, 2016.}{0042}
\llncsdoi{10.1007/xxxx}
\title{A Simple Example of the \texttt{llncsconf} Package for \LaTeX}

\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}}
\institute{Some Department, Somewhere}

\begin{document}

\maketitle{}
\begin{abstract}
\lipsum[1-2]
\end{abstract}

\section{Introduction}
\lipsum[1-4]

\section{Contribution}
\lipsum[5-10]

\section{Conclusion}
\lipsum[10-12]
% \label{LastPage}
\end{document}