Re: [RFC] Patch to allow options to be passed to loaded packages

2013-02-17 Thread Uwe Stöhr
Am 08.02.2013 18:45, schrieb Richard Heck: I've had this patch lying around for a while. The idea is to let us do things like: PackageOptions tipa safe and that will lead to: \PassOptionsToPackage{tipa}{safe} \usepackage{tipa} > Opinions? Looks good and I think that this will

[RFC] Patch to allow options to be passed to loaded packages

2013-02-08 Thread Richard Heck
I've had this patch lying around for a while. The idea is to let us do things like: PackageOptions tipa safe and that will lead to: \PassOptionsToPackage{tipa}{safe} \usepackage{tipa} if tipa is loaded. Right now, we output this only if we know that package is to be loaded. Is that