Others ⇒ British spelling throws "Undefined control sequence" error
British spelling throws "Undefined control sequence" error
But then when I compile the file, I get an "Undefined control sequence" error. It appears that LyX or Hunspell is inserting LaTeX commands to mark the word as British (e.g., \abx@strings@british), but LaTeX does not recognize this command.
The document is Memoir class, and as I understand it, Memoir includes babel. So why are control sequences like the above undefined?
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: British spelling throws "Undefined control sequence" err
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
British spelling throws "Undefined control sequence" error
\abx@strings@british
looks like an internal macro of biblatex to me. So check, if biblatex is loaded with the british setting, such as:Code: Select all
\usepackage[language=british]{biblatex}