1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

texcount: add -sub example (#12780)

This commit is contained in:
Y.D.X 2024-05-12 17:52:38 +08:00 committed by GitHub
parent 76c98134f7
commit be0c9144d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,10 @@
`texcount -inc {{file.tex}}`
- Count words in a document and subdocuments, producing subcounts by chapter (instead of subsection):
`texcount -merge -sub=chapter {{file.tex}}`
- Count words with verbose output:
`texcount -v {{path/to/file.tex}}`