Posts filed under 'latex'
How to get the word count of a latex document
Open the command line, then do
sudo apt-get install untex
untex foo.tex | wc -w
Nice and quick.
Add comment July 15, 2006
Open the command line, then do
sudo apt-get install untex
untex foo.tex | wc -w
Nice and quick.
Add comment July 15, 2006