Correct word-count of a LaTeX document

前端 未结 9 1285
野的像风
野的像风 2021-01-30 01:37

I\'m currently searching for an application or a script that does a correct word count for a LaTeX document.

Up till now, I have only encountered script

9条回答
  •  没有蜡笔的小新
    2021-01-30 02:13

    I went with icio's comment and did a word-count on the pdf itself by piping the output of pdftotext to wc:

    pdftotext file.pdf - | wc - w 
    

提交回复
热议问题