A LaTeX style for producing author self-archiving copies of (academic) papers.
Go to file
Achim D. Brucker bebb11bf25 Added default layouts. 2016-10-18 22:26:49 +01:00
.gitignore initial commit 2016-08-24 23:57:48 +02:00
LICENSE Added license information. 2016-08-24 23:25:49 +01:00
README.md Added default layouts. 2016-10-18 22:26:49 +01:00
authorarchive.sty Imported authorarchive.sty. 2016-08-26 13:32:46 +01:00
brucker-authorarchive-2016-qr.pdf Fixed file name. 2016-08-25 10:08:16 +01:00
brucker-authorarchive-2016.bib Added example bibtex (and derived Endnote, RIS, and Word) entry. 2016-08-25 10:04:12 +01:00
brucker-authorarchive-2016.enw Added example bibtex (and derived Endnote, RIS, and Word) entry. 2016-08-25 10:04:12 +01:00
brucker-authorarchive-2016.pdf Added a simple example. 2016-08-26 13:32:58 +01:00
brucker-authorarchive-2016.ris Added example bibtex (and derived Endnote, RIS, and Word) entry. 2016-08-25 10:04:12 +01:00
brucker-authorarchive-2016.tex Added a simple example. 2016-08-26 13:32:58 +01:00
brucker-authorarchive-2016.word.xml Fixed file name. 2016-08-25 10:07:33 +01:00

README.md

authorarchive

A LaTeX style for producing author self-archiving copies of (academic) papers.

Installation

Copy authorarchive.sty in a directory that is searched by LaTeX (e.g,. either your texmf tree or the local directory with your main LaTeX file.

Usage

A simple use for LNCS-formatted papers is as follows:

\usepackage[LNCS,
   key=brucker-authorarchive-2016,
   year=2016,
   publication={Anonymous et al. (eds). Proceedings of the International
       Conference on LaTeX-Hacks, LNCS~42. Some Publisher, 2016.}
   startpage={42},
   doi={00/00_00},
   doiText={0/00\_00},
   nocopyright
 ]{authorarchive}

The following layout-styles are pre-defined:

  • ACM for the two-column layout used by many ACM conferences
  • IEEE for the two-column layout used by many IEEE conferences
  • LNCS for the LNCS layout (as used by Springer)
  • LNI for the Lecture Notes in Informatics, published by the GI
  • ENTCS for the Elsevier ENTCS layout

License

If not otherwise stated, all sub-projects are dual-licensed under a 2-clause BSD-style license and/or the LPPL version 1 or any later version.