Update cheatsheets

This commit is contained in:
ivuorinen
2024-05-13 00:14:33 +00:00
parent 119085d815
commit fa5f3c5193

View File

@@ -21,6 +21,10 @@ source: https://github.com/tldr-pages/tldr.git
`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}}`