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:
parent
76c98134f7
commit
be0c9144d0
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue