Sunday, May 22, 2011

How to setup spell checking for Kile editor

Spell checking in Kile will be very useful. Here is one way to setup it.


  1. Install aspell
    sudo apt-get install aspell aspell-en dictionaries-common hunspell-en-us

  2. Goto Applications->Other->Spell Check
    In the client, choose Aspell.
  3. Restart Kile.
You can open the file
~/.aspell.en.pws
It stores the local dictionary for the spell checking.

No comments:

Post a Comment