help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Counting words in LaTex mode


From: Kalyan Mukherjea
Subject: Re: Counting words in LaTex mode
Date: Thu, 19 Apr 2001 10:22:14 +0530 (IST)

Hi Anders,
        If you are using tetex as your TeX engine, you can
run your file through detex or delatex.
>detex -wl myfile.tex |cat|sort -uf > myfile.words

The file myfile.words will contain an alphabetical listing
of all words in your document *no repitions* though.

        Is this what you wanted? It's not an Elisp-based
solution, of course: but might help you.

        Cheers.
        Kalyan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]