diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e64ac..de5d3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog for keytheorems package -## [unreleased] +## [v0.1.8] - add support for tagged PDF ([\#4](https://github.com/mbertucci47/keytheorems/issues/4)) - add tagged example file tagged-keytheorems-amsthmtest.tex @@ -44,7 +44,7 @@ ## 0.1.0 - 2024-09-04 - First release -[unreleased]: https://github.com/mbertucci47/keytheorems/compare/v0.1.7...develop +[v0.1.8]: https://github.com/mbertucci47/keytheorems/compare/v0.1.7...v0.1.8 [v0.1.7]: https://github.com/mbertucci47/keytheorems/compare/v0.1.6...v0.1.7 [v0.1.6]: https://github.com/mbertucci47/keytheorems/compare/v0.1.5...v0.1.6 [v0.1.5]: https://github.com/mbertucci47/keytheorems/compare/v0.1.4...v0.1.5 diff --git a/doc/keytheorems-doc.pdf b/doc/keytheorems-doc.pdf index 0a288f6..59baedc 100644 Binary files a/doc/keytheorems-doc.pdf and b/doc/keytheorems-doc.pdf differ diff --git a/tests/keytheorems-amsthmtest.pdf b/tests/keytheorems-amsthmtest.pdf index 81a1126..e989e05 100644 Binary files a/tests/keytheorems-amsthmtest.pdf and b/tests/keytheorems-amsthmtest.pdf differ diff --git a/tests/keytheorems-comptest.pdf b/tests/keytheorems-comptest.pdf index 899ba12..ecddc54 100644 Binary files a/tests/keytheorems-comptest.pdf and b/tests/keytheorems-comptest.pdf differ diff --git a/tests/tagged-keytheorems-amsthmtest.pdf b/tests/tagged-keytheorems-amsthmtest.pdf index 3dcb755..a84d2b6 100644 Binary files a/tests/tagged-keytheorems-amsthmtest.pdf and b/tests/tagged-keytheorems-amsthmtest.pdf differ diff --git a/tex/keytheorems.sty b/tex/keytheorems.sty index 50b98dc..e148378 100644 --- a/tex/keytheorems.sty +++ b/tex/keytheorems.sty @@ -2,8 +2,8 @@ % Please report all issues and feature requests at https://github.com/mbertucci47/keytheorems % This work is licensed under the LPPL version 1.3c or later: https://www.latex-project.org/lppl.txt \NeedsTeXFormat{LaTeX2e}[2023-06-01] -\def\@keythms@date{2024-10-14} -\def\@keythms@version{0.1.8dev} +\def\@keythms@date{2024-10-21} +\def\@keythms@version{0.1.8} \ProvidesExplPackage{keytheorems}{\@keythms@date}{\@keythms@version} {l3keys interface to amsthm}