OthersBritish spelling throws "Undefined control sequence" error

Information and discussion about other tools not listed above.
Post Reply
Gnosos
Posts: 23
Joined: Wed Jun 29, 2011 10:52 pm

British spelling throws "Undefined control sequence" error

Post by Gnosos »

I'm using LyX to write a paper that is typeset by LaTeX. U.S. English is the language of the paper, but a quotation has British spelling, "utilisation." LyX uses Hunspell for spell checking, and it flags this word. In the spell check dialog box, I set the word to British English, then the word is no longer flagged.

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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: British spelling throws "Undefined control sequence" err

Post by Johannes_B »

Can you prepare a minimal working example so we can reproduce what you see (or not see) and have a perfect test case to start from?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

British spelling throws "Undefined control sequence" error

Post by Stefan Kottwitz »

\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}
Stefan
LaTeX.org admin
Post Reply