On Tue, Oct 5, 2010 at 4:13 AM, Liviu Andronic <[email protected]> wrote:
> Strangely adding this to preamble results in an 'undefined control
> sequence', as if LyX with language French wasn't using 'frenchb'.
>
OK. Apparently the issue is that
\usepackage{babel}
is still called too late, particularly after the preamble commands.
Unfortunately moving
\frenchbsetup{StandardItemLabels=true}
to the beginning of the document doesn't work either, since it can be
used only in the preamble.
Something else to try?
Liviu