Andreas Hilboll wrote:
> So I need to keep LyX from automatically using babel. However, even though
> in "Tools->Preferences->Language" I selected "Language package: None" and
> disabled all checkboxes on that page, and even though in my document
> preferences, I selected "Language package: None", the generated LaTeX
> source still contains the line
>
> \usepackage{british,english]{babel}
This is a known bug that will be fixed with LyX 2.0.5
> How can I prevent LyX from inserting that line?
Try this workaround: In Document Settings (Language), set language package to
"Custom" and insert "% dummy" (or anything else preceded by a '%' char) into
the custom package input widget.
HTH
Jürgen
> I'm using LyX 2.0.4 on Archlinux.
>
> Thanks for your insight,
> Andreas.