texcount: add -sub example (#12780)

pull/28/head
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
1 changed files with 4 additions and 0 deletions

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}}`