Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'One method of counting words in LaTeX documents' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
One method of counting words in LaTeX documents
Authored by: joebeone on Jun 07, '04 02:00:42PM
I think the easiest method (quite similar to this) would be to do:
ps2ascii outfile.ps | wc -w


[ Reply to This | # ]