Compare commits

...

3 Commits

Author SHA1 Message Date
Achim D. Brucker 8ed9abc1a7 Fixed URLs in documentation and examples.
ci/woodpecker/push/build Pipeline was successful Details
2022-04-25 20:44:23 +01:00
Achim D. Brucker d87f2b821f Fixed links to git.logicalhacking.com. 2022-04-25 07:45:06 +01:00
Achim D. Brucker 65ec54fb65 Updated copyright range. 2022-04-25 07:37:32 +01:00
4 changed files with 17 additions and 38 deletions

View File

@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
## [1.2.1] - 2022-04-25
### Added
### Changed
- fixed broken links in documentation and examples.
## [1.2.0] - 2022-04-24
### Changed
@ -18,13 +26,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- If available, use pdfmanagement instead of \pdfpagesattr
- Use hvlogos.sty instead of dtk-logos.sty
## [1.1.1] 2019-06-23
## [1.1.1] - 2019-06-23
### Added
- Added PDF versions of the examples to the CTAN upload.
## [1.1.0] 2019-06-23
## [1.1.0] - 2019-06-23
### Added
@ -45,7 +53,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Initial version uploaded to CTAN.
[Unreleased]: https://git.logicalhacking.com/adbrucker/authorarchive/compare/v1.2.0...HEAD
[Unreleased]: https://git.logicalhacking.com/adbrucker/authorarchive/compare/v1.2.1...HEAD
[1.2.1]: https://git.logicalhacking.com/adbrucker/authorarchive/compare/v1.2.0...v1.2.1
[1.2.0]: https://git.logicalhacking.com/adbrucker/authorarchive/compare/v1.1.1...v1.2.0
[1.1.1]: https://git.logicalhacking.com/adbrucker/authorarchive/compare/v1.1.0...v1.1.1
[1.1.0]: https://git.logicalhacking.com/adbrucker/authorarchive/compare/v1.0.0...v1.1.0

View File

@ -1,4 +1,4 @@
Copyright (c) 2008-2019 Achim D. Brucker
Copyright (c) 2008-2022 Achim D. Brucker
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

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

View File

@ -1,4 +1,4 @@
\authorsetup{%
baseurl={https://git.logicalhacking.com/adbrucker/authorarchive/src/master/examples}
baseurl={https://git.logicalhacking.com/adbrucker/authorarchive/src/main/examples}
,bibtexdir={bib}
}