From fa5f3c51936f8c6c29363ae46f06336103ea56f7 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Mon, 13 May 2024 00:14:33 +0000 Subject: [PATCH] Update cheatsheets --- tldr/texcount | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tldr/texcount b/tldr/texcount index d1497622..6a64817a 100644 --- a/tldr/texcount +++ b/tldr/texcount @@ -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}}`