texlive[67383] Master/texmf-dist: postnotes (16jun23)

commits+karl at tug.org commits+karl at tug.org
Fri Jun 16 22:41:40 CEST 2023


Revision: 67383
          http://tug.org/svn/texlive?view=revision&revision=67383
Author:   karl
Date:     2023-06-16 22:41:40 +0200 (Fri, 16 Jun 2023)
Log Message:
-----------
postnotes (16jun23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md
    trunk/Master/texmf-dist/doc/latex/postnotes/postnotes-code.pdf
    trunk/Master/texmf-dist/doc/latex/postnotes/postnotes-doc.pdf
    trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx
    trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty

Modified: trunk/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md	2023-06-16 20:41:29 UTC (rev 67382)
+++ trunk/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md	2023-06-16 20:41:40 UTC (rev 67383)
@@ -1,7 +1,13 @@
 # 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)
 
 ### Changed

Modified: trunk/Master/texmf-dist/doc/latex/postnotes/postnotes-code.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/postnotes/postnotes-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx	2023-06-16 20:41:29 UTC (rev 67382)
+++ trunk/Master/texmf-dist/source/latex/postnotes/postnotes.dtx	2023-06-16 20:41:40 UTC (rev 67383)
@@ -138,6 +138,7 @@
 % kernel or newer.
 %
 %    \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
 \providecommand\IfFormatAtLeastTF{\@ifl at 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.

Modified: trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty	2023-06-16 20:41:29 UTC (rev 67382)
+++ trunk/Master/texmf-dist/tex/latex/postnotes/postnotes.sty	2023-06-16 20:41:40 UTC (rev 67383)
@@ -42,6 +42,7 @@
 %% 
 %% -----------------------------------------------------------------------
 %% 
+\NeedsTeXFormat{LaTeX2e}
 \providecommand\IfFormatAtLeastTF{\@ifl at t@r\fmtversion}
 \IfFormatAtLeastTF{2022-06-01}
   {}
@@ -53,7 +54,7 @@
       }%
     \endinput
   }%
-\ProvidesExplPackage {postnotes} {2023-06-12} {0.2.4}
+\ProvidesExplPackage {postnotes} {2023-06-16} {0.2.5}
   {Endnotes for LaTeX}
 \cs_new:Npn \__postnotes_data_name:n #1
   { g__postnotes_ #1 _data_prop }
@@ -678,6 +679,7 @@
                     \bool_if:NTF \l__postnotes_print_as_list_bool
                       { \exp_args:Nx \end { \l__postnotes_print_env_tl } }
                       { \group_end: }
+                    \par
                   }
                 \tl_set:NV \l__postnotes_print_type_prev_tl
                   \l__postnotes_print_type_curr_tl



More information about the tex-live-commits mailing list.