On Wed, Sep 21, 2011 at 03:19:29PM +0200, Zdenek Wagner wrote: > Agreed. What I meant was if package "anything" contains > \RequirePackage{something} without any options but user needs > "something" with some option, then the correct way is > > \usepackage[options]{something} > \usepackage{anything} > > I am not sure whether the same effect can be achieved by giving the > option in \documentclass, probably yes but I would have to check it.
Usually yes. There is an alternative way, that does not change package loading order: \PassOptionsToPackage{options}{something} \usepackage{anything} Yours sincerely Heiko Oberdiek -------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex