LaTeX/Spell and Grammar Checking : Différence entre versions

De LaTeX
Aller à : navigation, rechercher
(Page créée avec « <noinclude>{{LaTeX/Top}}</noinclude> <noinclude> {{LaTeX/Bottom|Errors and Warnings|List Structures}} </noinclude> »)
 
Ligne 1 : Ligne 1 :
 
<noinclude>{{LaTeX/Top}}</noinclude>
 
<noinclude>{{LaTeX/Top}}</noinclude>
 +
 +
== 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 ==
 +
[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:
 +
:[[Fichier:langtools-grammar-checker.png|frame|left|400px]]
 +
You can easily check the missing spaces or similar simple things.
  
 
<noinclude>
 
<noinclude>
 
{{LaTeX/Bottom|Errors and Warnings|List Structures}}
 
{{LaTeX/Bottom|Errors and Warnings|List Structures}}
 
</noinclude>
 
</noinclude>

Version du 13 avril 2012 à 16:12

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:

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 things.


Previous: Errors and Warnings Index Next: List Structures