Compare commits

..

No commits in common. "v1.1.1" and "v1.1.0" have entirely different histories.

4 changed files with 3 additions and 28 deletions

3
.gitignore vendored
View File

@ -6,7 +6,6 @@ examples/IEEEtran.cls
examples/llncs.cls
examples/lni.cls
examples/sig-alternate.cls
examples/*.pdf
## Core latex/pdflatex auxiliary files:
*.aux
@ -145,4 +144,4 @@ sympy-plots-for-*.tex/
*.bak
*.sav
authorarchive.zip

View File

@ -5,12 +5,6 @@ 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.1.1] - 2019-06-23
- Added PDF versions of the examples to the CTAN upload.
### Added
## [1.1.0] - 2019-06-23
### Added
@ -32,6 +26,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Initial version uploaded to CTAN.
[Unreleased]: https://github.com/adbrucker/authorarchive/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/adbrucker/authorarchive/compare/v1.1.0...v1.1.1
[Unreleased]: https://github.com/adbrucker/authorarchive/compare/v1.1.0...HEAD
[1.1.0]: https://github.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}
[2019/06/23 v1.1.1%
[2019/06/23 v1.1.0%
Self-archiving information for scientific publications.]
%
\PassOptionsToPackage{hyphens}{url}