Penguin
Diff: LatexWordcount
EditPageHistoryDiffInfoLikePages

Differences between version 2 and previous revision of LatexWordcount.

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

Newer page: version 2 Last edited on Thursday, March 3, 2005 1:38:15 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,13 @@
  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  
+</verbatim>