CTAN update: macrolist
Date: July 31, 2021 9:39:11 AM CEST
Dennis Chen submitted an update to the
macrolist
package.
Version: 2.0.0 2021-07-29
License: lppl1.3
Summary description: List operations for LaTeX2e
Announcement text:
Every external macro (i.e. meant for user-use) has been prepended with "macro." For example, \newlist => \macronewlist, \listadd => \macrolistadd, etc. This change was made in order to make this package compatible with etoolbox, which also has list functionality *and* uses the same macro names.
The package’s Catalogue entry can be viewed at https://ctan.org/pkg/macrolist The package’s files themselves can be inspected at https://mirrors.ctan.org/macros/latex/contrib/macrolist/
Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese
CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs
Every external macro (i.e. meant for user-use) has been prepended with "macro." For example, \newlist => \macronewlist, \listadd => \macrolistadd, etc. This change was made in order to make this package compatible with etoolbox, which also has list functionality *and* uses the same macro names.
The package’s Catalogue entry can be viewed at https://ctan.org/pkg/macrolist The package’s files themselves can be inspected at https://mirrors.ctan.org/macros/latex/contrib/macrolist/
Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese
CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs
macrolist – List operations for LaTeX2ε
This package provides a list data structure and common list functions such as \macrolistadd, \macrolistremove, \macrolistforeach, as well as \macrolistremovelast (similar to C++’s pop_back) and \macrolistjoin (similar to Javascript’s arr.join).
Unlike most programming languages, the lists in this package are 1-indexed, meaning the first element is numbered 1, the second element numbered 2, and so on.
Package | macrolist |
Version | 2.1.0 2021-07-31 |
Copyright | 2021 Dennis Chen |
Maintainer | Dennis Chen |