Uwe Stöhr wrote: > > \PassOptionsToPackage{<options>}{<package<} > > Thanks for thehint. I implemented this now using this: > > http://www.lyx.org/trac/changeset/24746
Are you sure this works? - PassOptionsToPackage must be called before the package is loaded. - According to clsguide and TLC2, \PassOptionsToPackage are meant to be used only within \DeclareOption and inside class files, not inside documents, even though they might work there Furthermore, I do not think we should change our package loading method for one single package. If so, we should do it for all (after testing and discussion). Jürgen