>> http://www.lyx.org/trac/changeset/24746
>
> Are you sure this works?
Yes, I tested this.
> - PassOptionsToPackage must be called before the package is loaded.
I was not sure about the loading order and both orders do work. I'll change
this as you suggested.
> - 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
Then I don't understand Herbert's remark, Herbert?
> 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).
What Herbert said makes sense because we currently always write
\usepackage[bla, blub]{package name}
This could lead to potential option clashes, so we should discuss this loading method. For now, I'll
change the subfig loading to our currently used scheme later today.
regards Uwe