summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/gatherenum
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-30 03:00:43 +0000
committerNorbert Preining <norbert@preining.info>2019-09-30 03:00:43 +0000
commitbbbe8128e7ae9d816a221377dbf5ff3969bb203b (patch)
tree0283a521760b879b30e61872f14f235645745675 /macros/latex/contrib/gatherenum
parent14ce8b68fe7df49e8a8891bb94c63b9a846da232 (diff)
CTAN sync 201909300300
Diffstat (limited to 'macros/latex/contrib/gatherenum')
-rw-r--r--macros/latex/contrib/gatherenum/LICENSE4
-rw-r--r--macros/latex/contrib/gatherenum/gatherenum.dtx14
-rw-r--r--macros/latex/contrib/gatherenum/gatherenum.pdfbin411566 -> 393834 bytes
3 files changed, 9 insertions, 9 deletions
diff --git a/macros/latex/contrib/gatherenum/LICENSE b/macros/latex/contrib/gatherenum/LICENSE
index add821a62d..561f558bee 100644
--- a/macros/latex/contrib/gatherenum/LICENSE
+++ b/macros/latex/contrib/gatherenum/LICENSE
@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
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 @@ Also add information on how to contact you by electronic and paper mail.
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.
diff --git a/macros/latex/contrib/gatherenum/gatherenum.dtx b/macros/latex/contrib/gatherenum/gatherenum.dtx
index dec13ca1ab..8024754151 100644
--- a/macros/latex/contrib/gatherenum/gatherenum.dtx
+++ b/macros/latex/contrib/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
}
diff --git a/macros/latex/contrib/gatherenum/gatherenum.pdf b/macros/latex/contrib/gatherenum/gatherenum.pdf
index 17e0975646..f7de42134f 100644
--- a/macros/latex/contrib/gatherenum/gatherenum.pdf
+++ b/macros/latex/contrib/gatherenum/gatherenum.pdf
Binary files differ