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.md45
1 files changed, 9 insertions, 36 deletions
diff --git a/macros/latex/contrib/authorarchive/README.md b/macros/latex/contrib/authorarchive/README.md
index f1bb3237a7..7721b1baa2 100644
--- a/macros/latex/contrib/authorarchive/README.md
+++ b/macros/latex/contrib/authorarchive/README.md
@@ -19,7 +19,7 @@
- [Authors](#authors)
- [Contributors](#contributors)
- [License](#license)
- - [Master Repository](#master-repository)
+ - [Upstream Repository](#upstream-repository)
<!-- tocstop -->
@@ -79,7 +79,7 @@ works nicely for Acta Informatica.
| Option | Default | Meaning |
| -- | -- | -- |
| `bibtexdir`| `.` | The directory where the bibliography entries are listed. |
-| `baseurl` | <https://git.logicalhacking.com/adbrucker/authorarchive/src/master> | The URL used as prefix for building the links. |
+| `baseurl` | <https://git.logicalhacking.com/adbrucker/authorarchive/src/main> | The URL used as prefix for building the links. |
| `suffix` | `.pdf` | The suffix to use at links. |
| `publisher` | `UNKOWN PUBLISHER` | The name of the publisher. Default values are set by the series (`LNCS`, ...). |
| `year` | `UNKOWN YEAR` | The year of the publication. |
@@ -121,36 +121,6 @@ violations by using this package.
### LNCS
-Sprinter states in his [Springer's Consent to Publish v3](http://resource-cms.springer.com/springer-cms/rest/v1/content/731196/data/v3):
-
-> Author may only post his/her own version, provided acknowledgment is given
-> to the original source of publication and a link is inserted to the published
-> article on Springer’s website.
-> The link must be provided by inserting the DOI number of the article in the
-> following sentence:
-> "The final publication is available at Springer via
-> `http://dx.doi.org/[insert DOI]`".
-
-The DOI (Digital Object Identifier) can be found at the bottom of the first
-page of the published paper.
-
-This package uses `https://doi.org` as `http://dx.doi.org`
-[is deprecated](https://www.doi.org/factsheets/DOIIdentifierSpecs.html).
-
-Thus, the proposed configuration for Springer is as follows:
-
-```latex
-\usepackage[LNCS,
- key=brucker-authorarchive-2016,
- year=2016,
- publication={Anonymous et al.\ (eds). Proceedings of the International
- Conference on LaTeX-Hacks, LNCS~42. Springer, 2016.}
- startpage={42},
- doi={10.1038/authorarchive},
- nocopyright
- ]{authorarchive}
-```
-
## Usage at arXiv.org
arXiv.org deletes bib files when submitting a pre print. As workaround, this package
@@ -174,7 +144,7 @@ The default setting just prints the note centered at the bottom of the first pag
]{authorarchive}
```
-Still, for some used document classes (e.g., `acmart`) there are specific
+Still, for some used document classes (e.g., `lncs` and `acmart`) there are specific
package options available hat produce an alternative layout.
## Alternative Packages
@@ -209,10 +179,13 @@ If not otherwise stated, all sub-projects are dual-licensed under a
2-clause BSD-style license and/or the LPPL version 1.3c or (at your
opinion) any later version.
+```yaml
SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause
+```
-## Master Repository
+## Upstream Repository
-The master git repository for this project is hosted by the [Software
-Assurance & Security Research Team](https://logicalhacking.com) at
+The upstream git repository, i.e., the single source of truth, for this
+project is hosted by the
+[Software Assurance & Security Research Team](https://logicalhacking.com) at
<https://git.logicalhacking.com/adbrucker/authorarchive>.