Verzeichnis macros/latex/contrib/commalists-tools
README.md
commalists-tools
A LaTeX package providing macros for basic manipulation of comma-separated lists — Un package LaTeX proposant des macros pour la manipulation de listes séparées par des virgules.
Installation
The package is available on CTAN and can be installed via your LaTeX distribution's package manager.
Via MiKTeX
- Graphically: open the MiKTeX Console, go to Packages, search for
commalists-toolsand click Install. - Command line:
mpm.exe --install commalists-tools
Via TeX Live / tlmgr
tlmgr install commalists-tools
On Linux, you may need to prefix with sudo depending on your installation.
Manual installation
If you want the latest version directly from this repository:
- Download the repository (click Code > Download ZIP, or clone it).
- Place
commalists-tools(-l3).styin a directory where LaTeX can find it, for example:- TeX Live / Linux:
~/texmf/tex/latex/commalists-tools/ - MiKTeX / Windows:
C:\Users\<user>\AppData\Roaming\MiKTeX\tex\latex\commalists-tools\ - macOS (MacTeX):
~/Library/texmf/tex/latex/commalists-tools/
- TeX Live / Linux:
- Refresh the filename database:
- TeX Live:
mktexlsrortexhash - MiKTeX:
initexmf --update-fndb
- TeX Live:
Quick start
\usepackage{commalists-tools} %or \usepackage{commalists-tools-l3}
Author & License
| Author | Cédric Pierquet |
| cpierquet@outlook.fr | |
| License | Released under the LaTeX Project Public License v1.3c or later |
Herunterladen des vollständigen Inhalts dieses Pakets in einem Zip-Archiv (253.6k).
commalists-tools – Manipulate numeral comma separated lists
This package provides some macros for the basic manipulation of comma-separated lists (adding, removing, counting, etc.)
| Paket | commalists-tools |
| Fehlermeldungen | https://github.com/cpierquet/latex-packages/issues |
| Repository | https://github.com/cpierquet/latex-packages/tree/main/commalists-tools |
| Version | 0.20b 2026-03-24 |
| Lizenzen | The LaTeX Project Public License 1.3c |
| Betreuer | Cédric Pierquet |
| Enthalten in | TeX Live als commalists-tools MiKTeX als commalists-tools |
| Themen | Listenunterstützung Datenmanipulation |