Count words in Latex Document

Counting the words in a latex document can sometimes be a troublesome task because of all the LaTeX coding in a document. However there is a simple tool which strips the document from all its LaTeX code, untex. It is a simple command line tool which can be installed from the Ubuntu repositories.

apt-get install untex

In order to count the words simply run:

$ untex document.tex |wc -w
998

Tags: , , , ,

4 Responses to “Count words in Latex Document”

  1. Cosu says:

    If you use the texlipse plugin for eclipse in the Latex menu you have a word count menu entry. Nice to go CLI but texclipse is too good to not use it :)

  2. what’s up, honorable blog on blubbery loss. such a thing helped.

  3. Speed Dating says:

    Greetings from Brisbane, Australia. I’ve only been blogging for about 18 months now. I find it quite relaxing to put my thoughts into words on a screen. My favourite theme is Thesis. Thanks for sharing.

  4. Fidel says:

    I precisely wished to appreciate you yet again. I do not know the things that I might have accomplished in the absence of the type of techniques shown by you over this subject. It actually was a traumatic circumstance in my circumstances, but discovering the very specialized avenue you solved the issue made me to cry with happiness. I am just happy for your guidance and then believe you are aware of a great job that you are getting into instructing most people by way of your webblog. Probably you haven’t encountered all of us.

Leave a Reply