summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/authorarchive/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/authorarchive/README.md')
-rw-r--r--macros/latex/contrib/authorarchive/README.md58
1 files changed, 36 insertions, 22 deletions
diff --git a/macros/latex/contrib/authorarchive/README.md b/macros/latex/contrib/authorarchive/README.md
index 7721b1baa2..11da279bcb 100644
--- a/macros/latex/contrib/authorarchive/README.md
+++ b/macros/latex/contrib/authorarchive/README.md
@@ -5,35 +5,51 @@
<!-- toc -->
-- [authorarchive](#authorarchive)
- - [Installation](#installation)
- - [Usage](#usage)
- - [Boolean Switches](#boolean-switches)
- - [Key/Value Options](#key-value-options)
- - [Embedding Bibliography Entries](#embedding-bibliography-entries)
- - [Notes on Self-Archiving](#notes-on-self-archiving)
- - [LNCS](#lncs)
- - [Usage at arXiv.org](#usage-at-arxivorg)
- - [Other publishers](#other-publishers)
- - [Alternative Packages](#alternative-packages)
- - [Authors](#authors)
- - [Contributors](#contributors)
- - [License](#license)
- - [Upstream Repository](#upstream-repository)
+- [Installation](#installation)
+- [Usage](#usage)
+ - [Boolean Switches](#boolean-switches)
+ - [Key/Value Options](#keyvalue-options)
+- [Embedding Bibliography Entries](#embedding-bibliography-entries)
+- [Notes on Self-Archiving](#notes-on-self-archiving)
+- [Usage at arXiv.org](#usage-at-arxivorg)
+- [Other publishers](#other-publishers)
+- [Alternative Packages](#alternative-packages)
+- [Authors](#authors)
+ - [Contributors](#contributors)
+- [License](#license)
+- [Upstream Repository](#upstream-repository)
<!-- tocstop -->
## Installation
-Copy `authorarchive.sty` and the directory `icons` in a directory that
-is searched by LaTeX (e.g., either your `texmf` tree or the local
-directory with your main LaTeX file).
+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:
```tex
+\usepackage{authorarchive}
+\authorsetup{LNCS,
+ key=brucker-authorarchive-2016,
+ year=2016,
+ publication={Anonymous et al.\ (eds). Proceedings of the International
+ Conference on LaTeX-Hacks, LNCS~42. Some Publisher}
+ startpage={42},
+ doi={00/00_00},
+ doiText={0/00\_00},
+ nocopyright
+}
+```
+
+Note that this is the preferred way of configuring the package, as it allows,
+e.g., for LaTeX commands in options. Only if no (complex) LaTeX commands are
+used, the configuration can also be passes as package options (this is a
+limitation of the way LaTeX is passing options to packages):
+
+```tex
\usepackage[LNCS,
key=brucker-authorarchive-2016,
year=2016,
@@ -43,7 +59,7 @@ A simple use for LNCS-formatted papers is as follows:
doi={00/00_00},
doiText={0/00\_00},
nocopyright
- ]{authorarchive}
+]{authorarchive}
```
The following layout-styles are pre-defined:
@@ -119,8 +135,6 @@ or the postprint. For more information on that, read on at
None of the authors might be hold liable for copyright
violations by using this package.
-### LNCS
-
## Usage at arXiv.org
arXiv.org deletes bib files when submitting a pre print. As workaround, this package
@@ -145,7 +159,7 @@ The default setting just prints the note centered at the bottom of the first pag
```
Still, for some used document classes (e.g., `lncs` and `acmart`) there are specific
-package options available hat produce an alternative layout.
+package options available hat produce an alternative layout.
## Alternative Packages