summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/gatherenum
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-29 21:14:08 +0000
committerKarl Berry <karl@freefriends.org>2019-09-29 21:14:08 +0000
commit61a2a6ffbaec59293a035c37c5bbfd42e3728b4b (patch)
tree3ce9d7eb12a4081c902eaca2d7041f1b37be41ee /Master/texmf-dist/tex/latex/gatherenum
parent78655a585d87722e604b5d7320df24e26f0bff6c (diff)
gatherenum (29sep19)
git-svn-id: svn://tug.org/texlive/trunk@52209 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gatherenum')
-rw-r--r--Master/texmf-dist/tex/latex/gatherenum/gatherenum.sty14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/gatherenum/gatherenum.sty b/Master/texmf-dist/tex/latex/gatherenum/gatherenum.sty
index 80f2ef139c4..4e8e7b65c59 100644
--- a/Master/texmf-dist/tex/latex/gatherenum/gatherenum.sty
+++ b/Master/texmf-dist/tex/latex/gatherenum/gatherenum.sty
@@ -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@gatherenum \enitdp@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
}