I'm writing a document using the copernicus_discussions.cls document class. This document class doesn't work when using babel. 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}
How can I prevent LyX from inserting that line?
babelwithnatbib? – Joseph Wright♦ Sep 27 '12 at 16:52copernicus_discussions.clsclass doesn't work in conjunction with both natbib and babel. More specifically, LaTeX gets sent into an infinite loop at the first\citetor\citepcommand. – andreas-h Sep 27 '12 at 17:18\cite, so it's notnatbibdependant – andreas-h Sep 28 '12 at 8:15