Load authorarchive within the AtEndPreamble-hook, required with latest lni.cls.
adbrucker/authorarchive/master This commit looks good Details

This commit is contained in:
Achim D. Brucker 2019-09-13 20:13:44 +01:00
vanhempi a00acaaf44
commit 70f2c95408
1 muutettua tiedostoa jossa 12 lisäystä ja 11 poistoa

Näytä tiedosto

@ -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}