Compare commits

...

6 Commits

Author SHA1 Message Date
Achim D. Brucker a5de816ae9 Add missing config, bib-files, and main-include to examples.
adbrucker/authorarchive/master This commit looks good Details
2019-06-23 18:30:23 +01:00
Achim D. Brucker 7bfacbbec9 Updated version information for release of v1.1.1.
adbrucker/authorarchive/master This commit looks good Details
2019-06-23 18:22:42 +01:00
Achim D. Brucker d2032ab7f6 Ignore release archive. 2019-06-23 18:10:41 +01:00
Achim D. Brucker f6de74acd4 Ignore generated PDFs. 2019-06-23 18:10:02 +01:00
Achim D. Brucker 01b743445e Initial commit: Makefile supporting creation of release archive. 2019-06-23 18:09:33 +01:00
Achim D. Brucker cc79ffc241 Marked development version as unreleased.
adbrucker/authorarchive/master This commit looks good Details
2019-06-23 12:24:05 +01:00
4 changed files with 28 additions and 3 deletions

3
.gitignore vendored
View File

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

View File

@ -5,6 +5,12 @@ 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
@ -26,5 +32,6 @@ 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.0...HEAD
[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
[1.1.0]: https://github.com/adbrucker/authorarchive/compare/v1.0.0...v1.1.0

17
Makefile Normal file
View File

@ -0,0 +1,17 @@
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.0%
[2019/06/23 v1.1.1%
Self-archiving information for scientific publications.]
%
\PassOptionsToPackage{hyphens}{url}