Use lastpage package

This commit is contained in:
Oliver Kopp 2018-04-13 08:15:59 +02:00
parent 57ad451139
commit b6bf1cc419
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Text is centered if no QR code (`nourl` + no DOI) is generated. - Text is centered if no QR code (`nourl` + no DOI) is generated.
- File embedding is implemented using the [intopdf](https://www.ctan.org/pkg/intopdf) package. Links to the embedded files are shown in the generated PDF. - File embedding is implemented using the [intopdf](https://www.ctan.org/pkg/intopdf) package. Links to the embedded files are shown in the generated PDF.
- ACM format adapted to [acmart](https://github.com/borisveytsman/acmart) v1.50. - ACM format adapted to [acmart](https://github.com/borisveytsman/acmart) v1.50.
- Use [lastpage](https://ctan.org/pkg/lastpage) package instead of custom label.
## [1.0.0] - 2018-02-21 ## [1.0.0] - 2018-02-21
### Added ### Added

View File

@ -181,8 +181,7 @@
pdftitle = {\@title}, pdftitle = {\@title},
} }
\AtEndDocument{\label{LastPage}} \RequirePackage{lastpage}
\newsavebox{\AA@authoratBox} \newsavebox{\AA@authoratBox}