[XeTeX] Polyglossia "broken"?
Heiko Oberdiek
heiko.oberdiek at googlemail.com
Wed Sep 21 15:34:29 CEST 2011
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
More information about the XeTeX
mailing list