From 457943d224ba1b941c97cfb4f63798b7b748a373 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sat, 3 Mar 2018 20:01:15 +0000 Subject: [PATCH] Test case for article.cls. --- .../brucker-authorarchive-2016-article.tex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 examples/brucker-authorarchive-2016-article.tex diff --git a/examples/brucker-authorarchive-2016-article.tex b/examples/brucker-authorarchive-2016-article.tex new file mode 100644 index 0000000..15eff88 --- /dev/null +++ b/examples/brucker-authorarchive-2016-article.tex @@ -0,0 +1,18 @@ +\documentclass[a4paper]{article} + +\usepackage[ + key=brucker-authorarchive-2016, + year=2016, + publication={Anonymous et al. (eds). Proceedings of the International + Workshop on LaTeX-Hacks, 2016}, + startpage={42}, + doi={00/0000}, + nocopyright + ]{../authorarchive} + +\usepackage{lipsum} + +\title{A Simple Example of the \texttt{authorarchive} Package for \LaTeX} +\author{\protect\href{http://www.brucker.ch/}{Achim D. Brucker}} + +\input{input/body}