summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/gatherenum/gatherenum.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/gatherenum/gatherenum.sty')
-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
}