mirror of https://github.com/CrimsonTome/tldr.git
texcount: add -sub example (#12780)
parent
76c98134f7
commit
be0c9144d0
|
@ -16,6 +16,10 @@
|
||||||
|
|
||||||
`texcount -inc {{file.tex}}`
|
`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:
|
- Count words with verbose output:
|
||||||
|
|
||||||
`texcount -v {{path/to/file.tex}}`
|
`texcount -v {{path/to/file.tex}}`
|
||||||
|
|
Loading…
Reference in New Issue