Added a simple example/demo.

This commit is contained in:
Achim D. Brucker 2016-08-04 16:03:00 +01:00
parent 429e4f047f
commit 3935ffe989
2 changed files with 30 additions and 0 deletions

BIN
example.pdf Normal file

Binary file not shown.

30
example.tex Normal file
View File

@ -0,0 +1,30 @@
\documentclass[final, runningheads, USenglish, pdftex]{llncs}
\usepackage{lipsum}
\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}
\title{A Simple Example of the \texttt{llncsconf} Package for \LaTeX}
\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}}
\institute{Some Departement, 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}