summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-lni.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-lni.tex')
-rw-r--r--macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-lni.tex41
1 files changed, 29 insertions, 12 deletions
diff --git a/macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-lni.tex b/macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-lni.tex
index 080e9f7d80..00bff6be9e 100644
--- a/macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-lni.tex
+++ b/macros/latex/contrib/authorarchive/examples/brucker-authorarchive-2016-lni.tex
@@ -1,16 +1,17 @@
\documentclass[english]{lni}
\usepackage[T1]{fontenc}
-\usepackage[LNI,
- 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}
-
+\AtEndPreamble{
+ \usepackage[LNI,
+ 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}
\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX}
@@ -20,5 +21,21 @@
Somewhere
}
-\input{input/body}
+\begin{document}
+ \maketitle{}
+
+ \begin{abstract}
+ \lipsum[1-2]
+ \end{abstract}
+
+ \section{Introduction}
+ \lipsum[1-4]
+
+ \section{Contribution}
+ \lipsum[5-10]
+
+ \section{Conclusion}
+ \lipsum[11-12]
+
+\end{document}