Compare commits

...

3 Commits

Author SHA1 Message Date
Achim D. Brucker 2c2561e6a5 Updated development version information.
ci/woodpecker/push/build Pipeline was successful Details
2022-04-24 21:58:54 +01:00
Achim D. Brucker 4f090cd8b8 Update for v1.2.0 release. 2022-04-24 21:45:16 +01:00
Achim D. Brucker f8189b2d8a Moved Makefile for generating release archive into .woodpecker directory. 2022-04-24 21:43:11 +01:00
4 changed files with 23 additions and 19 deletions

16
.woodpecker/Makefile Normal file
View File

@ -0,0 +1,16 @@
authorarchive.zip: ../* ../examples/*.tex
rm -rf authorarchive
mkdir -p authorarchive/examples
cp -r ../icons authorarchive
(cd ../examples; for i in *.tex; do pdflatex $$i; pdflatex $$i; pdflatex $$i; done)
cp ../examples/*.tex authorarchive/examples/
cp ../examples/*.pdf authorarchive/examples/
cp ../examples/*.config authorarchive/examples/
cp -r ../examples/bib authorarchive/examples/
cp ../*.sty authorarchive
cp ../LICENSE authorarchive
cp ../*.md authorarchive
chmod -R go+u-w authorarchive
zip -r authorarchive.zip authorarchive
rm -rf authorarchive

View File

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
## [1.2.0] - 2022-04-24
### Changed
- If available, use pdfmanagement instead of \pdfpagesattr
- Use hvlogos.sty instead of dtk-logos.sty
@ -41,6 +45,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.1.1...HEAD
[Unreleased]: https://git.logicalhacking.com/adbrucker/authorarchive/compare/v1.2.0...HEAD
[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,17 +0,0 @@
authorarchive.zip: * examples/*.tex
rm -rf authorarchive
mkdir -p authorarchive/examples
cp -r icons authorarchive
(cd examples; for i in *.tex; do pdflatex $$i; pdflatex $$i; pdflatex $$i; done)
cp examples/*.tex authorarchive/examples/
cp examples/*.pdf authorarchive/examples/
cp examples/*.config authorarchive/examples/
cp -r examples/bib authorarchive/examples/
cp -r examples/input authorarchive/examples/
cp *.sty authorarchive
cp LICENSE authorarchive
cp *.md authorarchive
chmod -R go+u-w authorarchive
zip -r authorarchive.zip authorarchive
rm -rf authorarchive

View File

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