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

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

Re: grammar check for latex in emacs


From: Nikolaj Schumacher
Subject: Re: grammar check for latex in emacs
Date: Thu, 19 Jul 2007 16:07:01 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin)

rajeshthomas@gmail.com wrote:

> i need to correct grammar mistakes in my latex document. is there any
> way to configure emacs to do this? i don't need a very sophisticated
> grammar checker. just a simple one like changing to uppercase the
> first letter of a word after a sentence, repeated words, etc.

Do you want checking or changing?

An idea for sort-of checking: To highlight those small letters, you
could add this:

(highlight-regexp "\\.[\n\r\t ]+[[:lower:]]") to your

mode hook.

regards,
Nikolaj Schumacher




reply via email to

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