* Paulo J. Matos (2007-06-20) writes: > Is there any way to count the number of words in a latex document > using gnu emacs and auctex? > > I tried "ps2ascii doc.ps | wc -w" which seems to give a rough > approximation but is there anyway to do it from inside emacs?
M-! You could also add a command doing that to `TeX-command-list'. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
