LaTeX/Spell and Grammar Checking : Différence entre versions
De LaTeX
(→Grammar checking) |
|||
| Ligne 6 : | Ligne 6 : | ||
== Grammar checking == | == Grammar checking == | ||
| − | [http://www.languagetool.org/ Langtool] is a simple but nice grammar checker, under the emacs editor you need the [http://www.emacswiki.org/emacs/langtool.el langtool.el] file and install it using [http://www.languagetool.org/usage/ instructions on langtool]. Then you can launch M-x langtool-check-buffer and you will something similar to | + | [http://www.languagetool.org/ Langtool] is a simple but nice grammar checker, under the emacs editor you need the [http://www.emacswiki.org/emacs/langtool.el langtool.el] file and install it using [http://www.languagetool.org/usage/ instructions on langtool]. Then you can launch M-x langtool-check-buffer and you will something similar to the picture |
| − | :[[Fichier:langtools-grammar-checker.png|frame|left| | + | :[[Fichier:langtools-grammar-checker.png|frame|left|300px]] |
| − | You can easily check the missing spaces or similar simple | + | 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. |
<noinclude> | <noinclude> | ||
{{LaTeX/Bottom|Errors and Warnings|List Structures}} | {{LaTeX/Bottom|Errors and Warnings|List Structures}} | ||
</noinclude> | </noinclude> | ||
Version actuelle en date du 14 avril 2012 à 16:20
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.