User Tools

Site Tools


blog:2023:0523_getting_word_count_for_latex-generated_document

Getting word count for Latex-generated document

We need texcount binary for this. For a Latex source saved as paper.tex, simply run

$ texcount -inc -v -sum paper.tex

to get various statistics for each *.tex (files specified using \include will also be in the analysis). To get the information in an HTML formatted file, run

$ texcount -inc -v -html -sum paper.tex >info.html

Edit the written HTML document to filter out any information if necessary.

That is all I have to say about that 8-)

blog/2023/0523_getting_word_count_for_latex-generated_document.txt · Last modified: 2023/08/29 10:43 by 127.0.0.1