LaTeX/Spell and Grammar Checking

De LaTeX
(Redirigé depuis Spell and Grammar checking)
Aller à : navigation, rechercher

Spell checking

A nice spell checker is flyspell which can be used under the emacs editor if you use it. Under the TeXWorks family of editors, hunspell is used. You probably need to install the dictionaries (*.dic and *.aff) into the appropriate place.

Grammar checking

Langtool is a simple but nice grammar checker, under the emacs editor you need the langtool.el file and install it using instructions on langtool. Then you can launch M-x langtool-check-buffer and you will something similar to the picture

Erreur lors de la création de la miniature : Impossible d'enregistrer la vignette sur la destination

You can easily check the missing spaces or similar simple grammar errors that have been detected in brown, while error detected in yellow have been detected by flyspell.


Previous: Errors and Warnings Index Next: List Structures