texlive[52209] Master/texmf-dist: gatherenum (29sep19)

commits+karl at tug.org commits+karl at tug.org
Sun Sep 29 23:14:08 CEST 2019


Revision: 52209
          http://tug.org/svn/texlive?view=revision&revision=52209
Author:   karl
Date:     2019-09-29 23:14:08 +0200 (Sun, 29 Sep 2019)
Log Message:
-----------
gatherenum (29sep19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/gatherenum/LICENSE
    trunk/Master/texmf-dist/doc/latex/gatherenum/gatherenum.pdf
    trunk/Master/texmf-dist/source/latex/gatherenum/gatherenum.dtx
    trunk/Master/texmf-dist/tex/latex/gatherenum/gatherenum.sty

Modified: trunk/Master/texmf-dist/doc/latex/gatherenum/LICENSE
===================================================================
--- trunk/Master/texmf-dist/doc/latex/gatherenum/LICENSE	2019-09-29 21:13:57 UTC (rev 52208)
+++ trunk/Master/texmf-dist/doc/latex/gatherenum/LICENSE	2019-09-29 21:14:08 UTC (rev 52209)
@@ -632,7 +632,7 @@
 the "copyright" line and a pointer to where the full notice is found.
 
     gatherenum
-    Copyright (C) 2018  RIVAUD Julien
+    Copyright (C) 2018-2019  RIVAUD Julien
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@
   If the program does terminal interaction, make it output a short
 notice like this when it starts in an interactive mode:
 
-    gatherenum  Copyright (C) 2018  RIVAUD Julien
+    gatherenum  Copyright (C) 2018-2019  RIVAUD Julien
     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.

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

Modified: trunk/Master/texmf-dist/source/latex/gatherenum/gatherenum.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/gatherenum/gatherenum.dtx	2019-09-29 21:13:57 UTC (rev 52208)
+++ trunk/Master/texmf-dist/source/latex/gatherenum/gatherenum.dtx	2019-09-29 21:14:08 UTC (rev 52209)
@@ -1,7 +1,7 @@
 % \iffalse meta-comment
 % vim: tw=80 spl=en
 %
-%% File: gatherenum.dtx (C) Copyright 2016-2018 RIVAUD Julien
+%% File: gatherenum.dtx (C) Copyright 2016-2019 RIVAUD Julien
 %%
 %% It may be distributed and/or modified under the conditions of the
 %% General Public License (GPL), either version 3 of this
@@ -11,11 +11,11 @@
 % The version of expl3 required is tested as early as possible, as
 % some really old versions do not define \ProvidesExplPackage.
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\RequirePackage{expl3}[2016/01/19]
+\RequirePackage{expl3}[2018/06/19]
 \def\ExplFileName{gatherenum}
 \def\ExplFileDescription{Crossover between align* and enumerate}
-\def\ExplFileDate{2018/06/19}
-\def\ExplFileVersion{1.7}
+\def\ExplFileDate{2019/09/29}
+\def\ExplFileVersion{1.8}
 %</driver|package>
 %<*driver>
 \documentclass[full]{l3doc}
@@ -261,7 +261,7 @@
 %   boxed.
 %    \begin{macrocode}
         \penalty \predisplaypenalty
-        \begin{gatherenum}[
+        \gatherenum[
             itemjoin=\skip_horizontal:n{1em plus 1fil},
             #1,
             mode=boxed,
@@ -279,11 +279,11 @@
 %   less strict on widows and clubs than normal.
 %    \begin{macrocode}
     \clist_if_in:nnTF { #1 } { gathered } {
-        \end{gatherenum}
+        \endgatherenum
         \unskip
         \int_set_eq:NN \clubpenalty \interlinepenalty
         \int_set_eq:NN \widowpenalty \interlinepenalty
-        \par
+        \use:c{@ @ par}% avoid l3docstrip replacement of @
     }{
         \@@_save_endenumerate:w
     }

Modified: trunk/Master/texmf-dist/tex/latex/gatherenum/gatherenum.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/gatherenum/gatherenum.sty	2019-09-29 21:13:57 UTC (rev 52208)
+++ trunk/Master/texmf-dist/tex/latex/gatherenum/gatherenum.sty	2019-09-29 21:14:08 UTC (rev 52209)
@@ -6,17 +6,17 @@
 %%
 %% gatherenum.dtx  (with options: `package')
 %% 
-%% File: gatherenum.dtx (C) Copyright 2016-2018 RIVAUD Julien
+%% File: gatherenum.dtx (C) Copyright 2016-2019 RIVAUD Julien
 %%
 %% It may be distributed and/or modified under the conditions of the
 %% General Public License (GPL), either version 3 of this
 %% license or (at your option) any later version.
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\RequirePackage{expl3}[2016/01/19]
+\RequirePackage{expl3}[2018/06/19]
 \def\ExplFileName{gatherenum}
 \def\ExplFileDescription{Crossover between align* and enumerate}
-\def\ExplFileDate{2018/06/19}
-\def\ExplFileVersion{1.7}
+\def\ExplFileDate{2019/09/29}
+\def\ExplFileVersion{1.8}
 \ProvidesExplPackage
   {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
 \RequirePackage{enumitem}
@@ -44,7 +44,7 @@
         \centering
         \int_set_eq:NN \enitdp at gatherenum \enitdp at enumerate
         \penalty \predisplaypenalty
-        \begin{gatherenum}[
+        \gatherenum[
             itemjoin=\skip_horizontal:n{1em plus 1fil},
             #1,
             mode=boxed,
@@ -56,11 +56,11 @@
     }
 }{
     \clist_if_in:nnTF { #1 } { gathered } {
-        \end{gatherenum}
+        \endgatherenum
         \unskip
         \int_set_eq:NN \clubpenalty \interlinepenalty
         \int_set_eq:NN \widowpenalty \interlinepenalty
-        \par
+        \use:c{@ @ par}% avoid l3docstrip replacement of @
     }{
         \__gatherenum_save_endenumerate:w
     }



More information about the tex-live-commits mailing list