General ⇒ How to use TeXcount?
How to use TeXcount?
I've typed up a document now in LaTex and would like to check how many words.
I am unable to find a button to select, or any other such options.
So I found <a href="http://app.uio.no/ifi/texcount/faq.html">TeXcount</a>, which is installed with my LaTex version, but I can't use it?
Any examples of a command to count my LaTex words?
Or better yet, a user friendly button to select to count my words?
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
How to use TeXcount?
Code: Select all
perl -version
Once you have Perl installed, then you can run texcount. If you want to be able to run it by clicking a button in your text editor, then you need to say what editor you're using (TeXWorks, TeXnicCenter, WinEdt etc).
If you want to run texcount from the command prompt, then you may be able to run it just using
Code: Select all
texcount tex-file-name-here
Code: Select all
perl texcount tex-file-name-here
Regards
Nicola Talbot
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/