summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-entcs.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-entcs.tex')
-rw-r--r--macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-entcs.tex38
1 files changed, 38 insertions, 0 deletions
diff --git a/macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-entcs.tex b/macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-entcs.tex
new file mode 100644
index 0000000000..9095d7970f
--- /dev/null
+++ b/macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-entcs.tex
@@ -0,0 +1,38 @@
+\documentclass{entcs}
+\usepackage[T1]{fontenc}
+\usepackage[ENTCS,
+ key=brucker-authorarchive-2016,
+ year=2016,
+ publication={Anonymous et al.\ (eds). Proceedings of the International
+ Conference on LaTeX-Hacks, Some Publisher},
+ startpage={42},
+ doi={00/00_00},
+ doiText={0/00\_00},
+ nocopyright
+ ]{../authorarchive}
+
+\usepackage{lipsum}
+
+\def\lastname{A.D. Brucker}
+
+\begin{document}
+ \begin{frontmatter}
+ \title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX}
+ \author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}}
+
+ \begin{abstract}
+ \lipsum[1-2]
+ \end{abstract}
+
+ \end{frontmatter}
+
+ \section{Introduction}
+ \lipsum[1-4]
+
+ \section{Contribution}
+ \lipsum[5-10]
+
+ \section{Conclusion}
+ \lipsum[11-12]
+\end{document}
+