authorarchive/README.md

46 lines
1.4 KiB
Markdown
Raw Normal View History

2016-08-24 21:57:48 +00:00
# authorarchive
2016-08-24 22:25:49 +00:00
A LaTeX style for producing author self-archiving copies of (academic)
papers.
2016-08-25 23:57:16 +00:00
## 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
2016-10-17 21:22:33 +00:00
A simple use for LNCS-formatted papers is as follows:
```tex
\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}
```
2016-08-24 22:25:49 +00:00
2016-10-18 21:26:49 +00:00
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
2016-10-19 19:26:02 +00:00
By re-defining the font command (`authorcrfont{}`) and the command that is
2016-11-29 08:33:17 +00:00
used for positioning the copyright text (`\authorat{}`), the package can
2016-10-19 19:26:02 +00:00
be adapted easily to other layouts. For example,
```tex
\renewcommand{\authorcrfont}{\scriptsize}
\renewcommand{\authorat}[1]{\put(25,56.5){#1}}
```
works nicely for Acta Informatica.
2016-10-18 21:26:49 +00:00
2016-08-24 22:25:49 +00:00
## 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.