diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-21 23:35:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-21 23:35:41 +0000 |
commit | 4ca2d9bb9645cacd99fd18f027b9075bf594f81a (patch) | |
tree | 3401db4cfc7cce91866fca906643488316213cc1 /Master/texmf-dist/doc/latex/llncsconf/example.tex | |
parent | c615296cb3fb6bf46114cf3deb409b0134498006 (diff) |
llncsconf (21feb18)
git-svn-id: svn://tug.org/texlive/trunk@46707 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/llncsconf/example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/llncsconf/example.tex | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/llncsconf/example.tex b/Master/texmf-dist/doc/latex/llncsconf/example.tex new file mode 100644 index 00000000000..6df9fdc4556 --- /dev/null +++ b/Master/texmf-dist/doc/latex/llncsconf/example.tex @@ -0,0 +1,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} |