Spell checking your Scribus document: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(update for new spellchecker in 1.4.2) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Text]][[Category:EN]] | |||
'''Note:''' the information in this page refers to old versions of Scribus. Version 1.4.2, [[1.4.2 Release|released]] in January 2013, includes a new spellchecker similar to the one found in LibreOffice, based on Hunspell. | |||
==Introduction== | ==Introduction== | ||
There | There is no spell checker in released versions of Scribus, but the development version, 1.3.5, has one (see [[Aspell_in_1.3.5svn]]) | ||
For 1.3.3 and earlier, you can use a good spell checker, licensed under the GPL: aspell [http://aspell.sourceforge.net/]. | |||
==Requirements== | ==Requirements== | ||
*Download and install aspell. | *Download and install aspell. | ||
*Download and install aspell dictionary for your language. | *Download and install an aspell dictionary for your language. | ||
==Usage== | ==Usage== | ||
*In terminal/console : aspell --lang=fr --encoding=utf-8 --mode=sgml --add-sgml-check=ch check fichier.sla | *In terminal/console : aspell --lang=fr --encoding=utf-8 --mode=sgml --add-sgml-check=ch check fichier.sla | ||
**--lang=fr for french, en for english, etc. | **--lang=fr for french, en for english, etc. | ||
**--encoding=utf-8 Scribus format | **--encoding=utf-8 (since it is the encoding in Scribus' file format) | ||
**--mode=sgml Scribus file is XML | **--mode=sgml (since a Scribus file is XML) | ||
**--add-sgml-check=ch Check only the value CH | **--add-sgml-check=ch (Check only the value CH instead of all the values of XML) | ||
**check action for aspell | **check action for aspell | ||
**fichier.sla your Scribus file | **fichier.sla (= your Scribus file) | ||
==Notes== | ==Notes== | ||
*I'm french with a bad english, there are surely some mistakes. | *I'm french with a bad english, there are surely some mistakes. | ||
* This is a Wiki, so many eyes can improve your work. Thank you for your efforts! |
Latest revision as of 18:10, 18 January 2013
Note: the information in this page refers to old versions of Scribus. Version 1.4.2, released in January 2013, includes a new spellchecker similar to the one found in LibreOffice, based on Hunspell.
Introduction
There is no spell checker in released versions of Scribus, but the development version, 1.3.5, has one (see Aspell_in_1.3.5svn) For 1.3.3 and earlier, you can use a good spell checker, licensed under the GPL: aspell [1].
Requirements
- Download and install aspell.
- Download and install an aspell dictionary for your language.
Usage
- In terminal/console : aspell --lang=fr --encoding=utf-8 --mode=sgml --add-sgml-check=ch check fichier.sla
- --lang=fr for french, en for english, etc.
- --encoding=utf-8 (since it is the encoding in Scribus' file format)
- --mode=sgml (since a Scribus file is XML)
- --add-sgml-check=ch (Check only the value CH instead of all the values of XML)
- check action for aspell
- fichier.sla (= your Scribus file)
Notes
- I'm french with a bad english, there are surely some mistakes.
- This is a Wiki, so many eyes can improve your work. Thank you for your efforts!