countwords__doc

Exact word counts, stored in LaTeX counters, using Lua

Version:
1.0
Copyright:
Hugo Heagren
License:
lppl1.3c
Packaged on:
04/12/2026 10:03:17
Number of files:
2
Size on disk:
377.35 kB

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 .