[latexila] Documentation: spell checking
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Documentation: spell checking
- Date: Sun, 5 Feb 2012 17:54:38 +0000 (UTC)
commit 4f0a93a9acc9568e9dbeed236b21dd7965bed537
Author: SÃbastien Wilmet <swilmet src gnome org>
Date: Sun Feb 5 18:55:36 2012 +0100
Documentation: spell checking
help/C/spell_checking.page | 49 ++++++++++++++++++++++++++++++++++++++++++++
help/Makefile.am | 3 +-
2 files changed, 51 insertions(+), 1 deletions(-)
---
diff --git a/help/C/spell_checking.page b/help/C/spell_checking.page
new file mode 100644
index 0000000..9d100b9
--- /dev/null
+++ b/help/C/spell_checking.page
@@ -0,0 +1,49 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic"
+ id="spell_checking">
+
+<info>
+ <link type="guide" xref="index" />
+</info>
+
+<title>Spell Checking</title>
+
+<synopsis>
+ <p>The purpose is to correct spelling mistakes easily.</p>
+</synopsis>
+
+<section>
+ <title>Use the spell checking</title>
+ <p>
+ The spell checking can be activated or disabled via the menu:
+ <guiseq>
+ <gui style="menu">Edit</gui>
+ <gui style="menu">Spell Check</gui>
+ </guiseq>
+ </p>
+
+ <p>
+ Once the spell checking is activated, the misspelled words will be underlined in red.
+ A right click on a misspelled word will show proposals.
+ </p>
+
+ <p>To change the language, do a right click on the document.</p>
+</section>
+
+<section>
+ <title>Dictionaries</title>
+ <p>
+ <link href="http://gtkspell.sourceforge.net/">GtkSpell</link>
+ is used for the spell checking in LaTeXila. GtkSpell uses
+ <link href="http://www.abisource.com/projects/enchant/">Enchant</link>,
+ which uses one or several backends such as Hunspell or Aspell for the dictionaries.
+ </p>
+
+ <p>
+ So if there is no dictionary for your language, try to know which backend is used by
+ Enchant on your system, and install the dictionary for this backend.
+ There are most probably packages available for your Linux distribution.
+ </p>
+</section>
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 8cdb6e2..d7cca85 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -5,6 +5,7 @@ HELP_ID = latexila
HELP_FILES = \
build_tools.page \
completion.page \
- index.page
+ index.page \
+ spell_checking.page
HELP_LINGUAS = cs de es fr gl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]