Penguin
Diff: LatexWordcount
EditPageHistoryDiffInfoLikePages

Differences between version 3 and revision by previous author of LatexWordcount.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 3 Last edited on Thursday, March 3, 2005 1:39:42 pm by JamesSpencer Revert
Older page: version 1 Last edited on Monday, January 24, 2005 11:36:17 pm by DanielLawson Revert
@@ -28,4 +28,14 @@
  1009 5528 35563 
 </verbatim> 
  
 A noticeable difference! 
+  
+-------------------------  
+  
+Alternatively, convert the .tex file to ascii and run through wc:  
+  
+<verbatim>  
+$ pdflatex report.tex  
+$ ps2ascii report.pdf | wc -w  
+ 2003  
+</verbatim>