Word count for LaTeX within emacs
Posted
by Seamus
on Super User
See other posts from Super User
or by Seamus
Published on 2010-03-28T15:12:40Z
Indexed on
2010/03/28
15:13 UTC
Read the original article
Hit count: 631
I want to count how many words my LaTeX document has in it. I can do this by going to the website for the texcount package and using the web interface there. but that's not ideal.
I'd rather have some shortcut within emacs to just return number of words in a file (or ideally number of words in file and in all files called by \input
or \include
within the document). I have downloaded texcount script, but I don't know what to do with it. That is, I don't know where to put the .pl
file, and how to call it within emacs.
© Super User or respective owner