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
I went with icio's comment and did a word-count on the pdf itself by piping the output of pdftotext to wc:
pdftotext
wc
pdftotext file.pdf - | wc - w