On 03/07/2012 10:37 AM, Uwe Jugel wrote:
Hi,
I want to configure a lyx layout for this documentclass syntax:
\documentclass[english]{lni}
What is right \DeclareLaTeXClass syntax for this?
Just: \DeclareLaTeXClass{lni}.
If you want to force english, then add this to the layout file as:
ClassOptions
Other english
End
and then it will appear as a "predefined" option under Document>Settings.
Though you don't really need to do that. The english option will be
added for you if you choose English as your document language under
Document>Settings>Language.
Richard