General ⇒ word/character count
word/character count
Is there a command to get a word count and character count in a latex document (in a pdf file generated out of latex, and not in the latex code itslef)?
Thank you,
Omkar
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
word/character count
there should be some tools. One example is AbracadabraCompteur 2, that's free javascript plugin for the Adobe Reader. I've tested it earlier, but the result seemed to be too high.
Just type pdf word count as keywords for a search engine, you should get a lot of results.
Perhaps somebody else has a recommendation.
Other ways than to count inside the pdf are copying the text into a word processor software that counts, or to use detex together with the wc tool, just to mention some ideas.
Stefan