Verzeichnis macros/luatex/latex/countwords
README
This is a simple package for generating exact wordcounts in LaTeX projects. It counts words, storing the value in a standard LaTeX counter, which can then be printed in the normal way. Word counting can be paused and resumed, so you can skip certain environments like mathematics, and multiple word counts can happen in parallel (you could keep separate global and per-chapter counts, for example). The word counting engine itself is pulled entirely from https://gist.github.com/phi-gamma/2622252 Hugo Heagren <hugo@heagren.com> This material is subject to the LaTeX Project Public License 1.3c.
Herunterladen des vollständigen Inhalts dieses Pakets in einem Zip-Archiv (383.2k).
countwords – Exact word counts, stored in LaTeX counters, using Lua
This is a simple package for generating exact wordcounts in LaTeX projects. It counts words, storing the value in a standard LaTeX counter, which can then be printed in the normal way. Word counting can be paused and resumed, so you can skip certain environments like mathematics, and multiple word counts can happen in parallel (you could keep separate global and per-chapter counts, for example).
The word counting engine itself is pulled from https://gist.github.com/phi-gamma/2622252 .
| Paket | countwords |
| Fehlermeldungen | https://github.com/Hugo-Heagren/countwords/issues |
| Repository | https://github.com/Hugo-Heagren/countwords |
| Version | 1.0 2026-04-03 |
| Lizenzen | The LaTeX Project Public License 1.3c |
| Copyright | 2026 Hugo Heagren |
| Betreuer | Hugo Heagren |
| Enthalten in | TeX Live als countwords |
| Themen | Worte zählen LuaTeX |