ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Cc: Benjamin Gorinsek <benjamingorinsek@yahoo.co.uk>
Subject: Re: counting the words in a TeX document
Date: Sun, 6 Aug 2006 13:27:23 -0400 (EDT)	[thread overview]
Message-ID: <Pine.WNT.4.63.0608061320170.2092@nqvgln> (raw)
In-Reply-To: <6faad9f00608051731t1dc00da2v73ad192dedd4835c@mail.gmail.com>

On Sun, 6 Aug 2006, Mojca Miklavec wrote:
> Base on those three answers I got a more clear idea of two (different,
> but complementary) methods that might be sensible:
>
> a) ctxtools --wordcount filename[tex|pdf]
> to do the wordcount for the whole document using pdftotext + ruby regexp
>
> b)
> \usemodule[wordcount]
>
> whatever
>
> \startstatistics[name][words|letters|lines]
> some more-or-less plain text
> \stopstatistics
>
> whatever
>
> and according to Aditya's idea, run a (ruby) regular expression
> (insead of detex) on it which would write the nicely formatted desired
> number to the output/log file. (I don't know if it's possible to use
> the first approach for the second problem, but it doesn't make sense
> to complicate things too much.)

If you have a script that counts words in a Context document, the 
second approach is straight forward. Write everything to a buffer and 
run the script on the buffer. However, such a mechansim will never be 
perfect (or close to perfect) in the sense of parsing arbitrary input.

ftp://tug.ctan.org/pub/tex-archive/macros/plain/contrib/misc/xii.tex

But of course, you will not write anything like this in an abstract 
:-)

Aditya

  parent reply	other threads:[~2006-08-06 17:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-05 16:45 Mojca Miklavec
2006-08-05 17:02 ` Aditya Mahajan
2006-08-05 17:52 ` gnwiii
2006-08-05 20:07 ` Hans Hagen
2006-08-06  0:31   ` Mojca Miklavec
2006-08-06 15:00     ` Hans Hagen
2006-08-06 17:27     ` Aditya Mahajan [this message]
2006-08-07  8:24       ` Mojca Miklavec
2006-08-07  9:22         ` Hans Hagen
2006-08-07 18:54           ` Mojca Miklavec
2006-08-07 20:55             ` Hans Hagen
2006-08-07 21:31               ` Mojca Miklavec
2006-08-08  0:49                 ` Aditya Mahajan
2006-08-08  7:54                 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.WNT.4.63.0608061320170.2092@nqvgln \
    --to=adityam@umich.edu \
    --cc=benjamingorinsek@yahoo.co.uk \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).