summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/postnotes
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-06-17 03:01:40 +0000
committerNorbert Preining <norbert@preining.info>2023-06-17 03:01:40 +0000
commitf07aa0a2368abb30efa4b434b345413c68fcab3a (patch)
tree6b3941ef9ec8c0c9e563240377a2b52f974af2fe /macros/latex/contrib/postnotes
parent5a0f1ae73dc99fa5e9279c3ac3612137c55e86b6 (diff)
CTAN sync 202306170301
Diffstat (limited to 'macros/latex/contrib/postnotes')
-rw-r--r--macros/latex/contrib/postnotes/CHANGELOG.md8
-rw-r--r--macros/latex/contrib/postnotes/postnotes-code.pdfbin847740 -> 848203 bytes
-rw-r--r--macros/latex/contrib/postnotes/postnotes-doc.pdfbin177584 -> 177629 bytes
-rw-r--r--macros/latex/contrib/postnotes/postnotes.dtx9
4 files changed, 15 insertions, 2 deletions
diff --git a/macros/latex/contrib/postnotes/CHANGELOG.md b/macros/latex/contrib/postnotes/CHANGELOG.md
index 7cc16f8afb..dc6811e52c 100644
--- a/macros/latex/contrib/postnotes/CHANGELOG.md
+++ b/macros/latex/contrib/postnotes/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
-## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.2.4...HEAD)
+## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.2.5...HEAD)
+
+## [v0.2.5](https://github.com/gusbrs/postnotes/compare/v0.2.4...v0.2.5) (2023-06-16)
+
+### Fixed
+- Ensure `\par` at the end of `\printpostnotes`, see
+ https://github.com/u-fischer/tagpdf/issues/68#issuecomment-1587343876 .
## [v0.2.4](https://github.com/gusbrs/postnotes/compare/v0.2.3...v0.2.4) (2023-06-12)
diff --git a/macros/latex/contrib/postnotes/postnotes-code.pdf b/macros/latex/contrib/postnotes/postnotes-code.pdf
index 392677b759..46520b3bf6 100644
--- a/macros/latex/contrib/postnotes/postnotes-code.pdf
+++ b/macros/latex/contrib/postnotes/postnotes-code.pdf
Binary files differ
diff --git a/macros/latex/contrib/postnotes/postnotes-doc.pdf b/macros/latex/contrib/postnotes/postnotes-doc.pdf
index 11677d5e6c..8f2ea4fdc6 100644
--- a/macros/latex/contrib/postnotes/postnotes-doc.pdf
+++ b/macros/latex/contrib/postnotes/postnotes-doc.pdf
Binary files differ
diff --git a/macros/latex/contrib/postnotes/postnotes.dtx b/macros/latex/contrib/postnotes/postnotes.dtx
index 03a4391452..cb7998fbea 100644
--- a/macros/latex/contrib/postnotes/postnotes.dtx
+++ b/macros/latex/contrib/postnotes/postnotes.dtx
@@ -138,6 +138,7 @@
% kernel or newer.
%
% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
\providecommand\IfFormatAtLeastTF{\@ifl@t@r\fmtversion}
\IfFormatAtLeastTF{2022-06-01}
{}
@@ -153,7 +154,7 @@
%
%
% \begin{macrocode}
-\ProvidesExplPackage {postnotes} {2023-06-12} {0.2.4}
+\ProvidesExplPackage {postnotes} {2023-06-16} {0.2.5}
{Endnotes for LaTeX}
% \end{macrocode}
%
@@ -1417,6 +1418,12 @@
\bool_if:NTF \l_@@_print_as_list_bool
{ \exp_args:Nx \end { \l_@@_print_env_tl } }
{ \group_end: }
+% \end{macrocode}
+% Ensure \cs{par} at the end of \cs{printopostnotes} (see
+% \url{https://github.com/u-fischer/tagpdf/issues/68#issuecomment-1587343876},
+% thanks \contributor{Ulrike Fischer}).
+% \begin{macrocode}
+ \par
}
% \end{macrocode}
% Set \texttt{type_prev} for the next iteration.