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
latex file.tex dvips -o - file.dvi | ps2ascii | wc -w
should give you a fairly accurate word count.