From 8ed9abc1a79541a7ce5cf71906d6d156ad9bbf4d Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Mon, 25 Apr 2022 20:44:23 +0100 Subject: [PATCH] Fixed URLs in documentation and examples. --- CHANGELOG.md | 15 ++++++++++++--- README.md | 32 +------------------------------- 2 files changed, 13 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd7603..1953a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 6e45ba6..7721b1b 100644 --- a/README.md +++ b/README.md @@ -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