Is it possible to load some package from a .sty file only if some option is selected?
(Naive approach \DeclareOption{something}{\RequirePackage{something}} doesn't work.)
|
Is it possible to load some package from a .sty file only if some option is selected? (Naive approach |
||||
|
|
|
Use
I haven't myself completely figured out how the "options" mechanism works, or why your example doesn't, but I guess it has to do with the precise moment when the options are being executed and the state of TeX's context when that happens. |
|||
|
|