diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/macrolist')
-rw-r--r-- | Master/texmf-dist/source/latex/macrolist/macrolist.dtx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/macrolist/macrolist.dtx b/Master/texmf-dist/source/latex/macrolist/macrolist.dtx index 59fc82d4e3e..3ccbc85edc1 100644 --- a/Master/texmf-dist/source/latex/macrolist/macrolist.dtx +++ b/Master/texmf-dist/source/latex/macrolist/macrolist.dtx @@ -16,7 +16,7 @@ %<*package> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{macrolist}[2021/07/22 v1.1.0 Create lists of macros and perform operations on them] +\ProvidesPackage{macrolist}[2021/07/23 v1.1.1 Create lists of macros and perform operations on them] \RequirePackage{pgffor} %</package> @@ -186,10 +186,11 @@ % \fi % % \DescribeMacro{\listforeach} +% \changes{v1.1.1}{2021/07/23}{Fix foreach doc by removing incorrect begin} % % To write a for each loop, write % \begin{verbatim} -%\begin{listforeach}{listname}{\element}[begin][end]{action} +%\listforeach{listname}{\element}[begin][end]{action} % \end{verbatim} % % |