diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-29 21:14:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-29 21:14:08 +0000 |
commit | 61a2a6ffbaec59293a035c37c5bbfd42e3728b4b (patch) | |
tree | 3ce9d7eb12a4081c902eaca2d7041f1b37be41ee /Master/texmf-dist/source | |
parent | 78655a585d87722e604b5d7320df24e26f0bff6c (diff) |
gatherenum (29sep19)
git-svn-id: svn://tug.org/texlive/trunk@52209 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/gatherenum/gatherenum.dtx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/gatherenum/gatherenum.dtx b/Master/texmf-dist/source/latex/gatherenum/gatherenum.dtx index dec13ca1abd..80247541515 100644 --- a/Master/texmf-dist/source/latex/gatherenum/gatherenum.dtx +++ b/Master/texmf-dist/source/latex/gatherenum/gatherenum.dtx @@ -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 } |