llncsconf/example.tex

31 lines
729 B
TeX
Raw Permalink Normal View History

2016-08-04 15:03:00 +00:00
\documentclass[final, runningheads, USenglish, pdftex]{llncs}
\usepackage{lipsum}
2022-03-16 21:47:19 +00:00
\usepackage{llncsconf}
2018-02-20 23:34:02 +00:00
2016-08-04 15:03:00 +00:00
\conference{International Conference on \LaTeX-Hacks}
2018-01-28 08:14:22 +00:00
\llncs{Anonymous et al.\ (eds).\ \emph{Proceedings of the International
2016-08-04 15:03:00 +00:00
Conference on \LaTeX-Hacks}, LNCS~-42. Some Publisher, 2016.}{0042}
2018-02-20 23:34:02 +00:00
\llncsdoi{10.1007/xxxx}
2016-08-04 15:03:00 +00:00
\title{A Simple Example of the \texttt{llncsconf} Package for \LaTeX}
\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}}
2018-01-28 08:14:22 +00:00
\institute{Some Department, Somewhere}
2016-08-04 15:03:00 +00:00
\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}