On 2009-12-08, Jean-Marc Lasgouttes wrote: > Le 08/12/2009 04:18, rgheck a écrit : >>> However, I would prefer not to alter the stock files of my latex >>> distribution. Is there a way to use the module to pass Sweave the >>> "noae" option? Is there any way to offer the user a choice from the >>> GUI?
>> I think this is what the ClassOptions layout tag is for. See the >> Customization manual, section 5.3.2. > If it works, we should make that the default. We do not want sweave.sty > to load packages for us It should work (as the "noae" option would be passed on to sweave.sty. However, it might have side effects (if any other package does something not expected or desired when given the option "noae"). Hence while a stop-gap measure for now, ClassOptions are no generic solution to the problem of calling packages with options from a LyX module. Günter