General ⇒ How to setup a spellchecker
How to setup a spellchecker
I need some help setting up a spellcheker for portuguese to work with TeXnicCenter.
I'm new to LaTeX and TeXnicCenter and so I don't really know what to do.
Any help is appreciated!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 19
- Joined: Wed Jan 17, 2007 11:42 am
Re: How to setup a spellchecker
search CTAN for it =).
How to setup a spellchecker
erhnam wrote: I need some help setting up a spellcheker for portuguese to work with TeXnicCenter.
I'm new to LaTeX and TeXnicCenter and so I don't really know what to do.
TeXnicCenter uses the same spell checking engine as Mozilla and OpenOffice.org. So you can download a portuguesien dictionary from the open office site at
http://lingucomponent.openoffice.org/do ... onary.html
Originator of TeXnicCenter
Re: How to setup a spellchecker
And I don't use OpenOffice, only Mozilla Firefox. Is the spell checking engine included in firefox?
btw, TeXnicCenter has built in EN and DE dictionaries. Did they come with the program or are they part of that spell checking engine you mentioned?
How to setup a spellchecker
You simply download the required dictionary from the site mentioned above as a ZIP file. This ZIP-file contains a .aff and a .dic file. Simply put these two files in the language directory of the TeXnicCenter installation directory which is normally located at
Code: Select all
C:\Program Files\TeXnicCenter\language
When you have placed the files there simply restart TeXnicCenter, choose the menu entry "Tools > Options...", the tab "Spelling" and select the new dictionary.
That's it.
Originator of TeXnicCenter
Re: How to setup a spellchecker
Actually it doesn't consist of two files, the Hungarian spellchecker seems to be a more advanced one. And I do not use OpenOffice and Firefox...
I'm talking about this:
http://magyarispell.sourceforge.net
And to get the dictionary:
http://sourceforge.net/project/showfile ... _id=641728
Thanks!