Compare commits

...

9 Commits

Author SHA1 Message Date
Achim D. Brucker 279f025977 Updated examples. 2022-04-25 20:55:07 +01:00
Achim D. Brucker 4250f97368 Merge branch 'main' into v1.2.0 2022-04-25 20:53:57 +01:00
Achim D. Brucker 45c01b97e1 Removed not used added section for latest release.
ci/woodpecker/push/build Pipeline was successful Details
2022-04-25 20:52:09 +01:00
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
Achim D. Brucker 5b9e420492 Updated copyright range. 2022-04-25 07:36:05 +01:00
Achim D. Brucker e4d6e3e712 Fixed version information in ProvidesPackages. 2022-04-25 07:06:35 +01:00
Achim D. Brucker 2c2561e6a5 Updated development version information.
ci/woodpecker/push/build Pipeline was successful Details
2022-04-24 21:58:54 +01:00
13 changed files with 18 additions and 40 deletions

View File

@ -5,20 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.2.1] - 2022-04-25
### Changed
- Fixed version information in ProvidesPackages.
- fixed broken links in documentation and examples.
## [1.2.0] - 2022-04-24
### Changed
- If available, use pdfmanagement instead of \pdfpagesattr
- 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
@ -39,7 +47,7 @@ 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
[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

@ -11,7 +11,7 @@
%% SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause
\NeedsTeXFormat{LaTeX2e}\relax
\ProvidesPackage{authorarchive}
[2022/04/22 Unreleased v1.2.0
[2022/04/25 v1.2.1
Self-archiving information for scientific publications.]
%
\PassOptionsToPackage{hyphens}{url}

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}
}