Skip to content

Commit

Permalink
texcount: add -sub example (#12780)
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 committed May 12, 2024
1 parent 76c9813 commit be0c914
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/common/texcount.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

0 comments on commit be0c914

Please sign in to comment.