LyXAlign on decimal, Undefined control sequence \spellchecker

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
Brukernavn
Posts: 8
Joined: Mon Jul 11, 2011 3:27 pm

Align on decimal, Undefined control sequence \spellchecker

Post by Brukernavn »

I tried using the "Align on decicmal" function in a table, but when I did I got the error:
! Undefined control sequence.
<argument> ...|r@{\extracolsep {0pt}\spellchecker
}l|
l.101 ...c|c|r@{\extracolsep{0pt}\spellchecker}l|}

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
How can I fix this?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Align on decimal, Undefined control sequence \spellchecker

Post by Stefan Kottwitz »

Hi,
Brukernavn wrote:

Code: Select all

! Undefined control sequence.
<argument> ...|r@{\extracolsep {0pt}\spellchecker
obviously \spellchecker is undefined. I guess you need to configure spellchecking in LyX, in the menu. For example, here I see \spellchecker defined to be hunspell.

Stefan
LaTeX.org admin
Post Reply