How can I use the options of a package loaded into another package?
For example:
\usepackage[my options,options of a package loaded into mypackage]{mypackage}
|
How can I use the options of a package loaded into another package? For example:
|
||||
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
\PassOptionsToPackageor\RequirePackageWithOptionsshould do this, depending slightly on exactly what you want. – Andrew Swann Oct 20 '12 at 11:58