Re: Force a package to load early

2011-09-18 Thread Paul A . Rubin
Julien Rioux physics.utoronto.ca> writes: > Hi Paul, > Could you please post your module? > I think its my fault. It should contain this instead of what I wrote > previously: > > Provides xy 1 > > AddToPreamble >\usepackage{etex} >\usepackage{xy} > EndPreamble > Julien, Thanks, thi

Re: Force a package to load early

2011-09-18 Thread Julien Rioux
On 18/09/2011 3:54 AM, Paul A. Rubin wrote: Paul A. Rubin msu.edu> writes: Julien Rioux physics.utoronto.ca> writes: In a module, with the usual definition and format lines at the top, put: provides xypic AddToPreamble \usepackage{etex} \usepackage{xypic} EndPreamble Alas,

Re: Force a package to load early

2011-09-17 Thread Paul A . Rubin
Paul A. Rubin msu.edu> writes: > > Julien Rioux physics.utoronto.ca> writes: > > > > > In a module, with the usual definition and format lines at the top, put: > > > > provides xypic > > > > AddToPreamble > >\usepackage{etex} > >\usepackage{xypic} > > EndPreamble > > > Alas, it di

Re: Force a package to load early

2011-09-17 Thread Paul A . Rubin
Julien Rioux physics.utoronto.ca> writes: > > In a module, with the usual definition and format lines at the top, put: > > provides xypic > > AddToPreamble >\usepackage{etex} >\usepackage{xypic} > EndPreamble > Thanks Julien! Paul

Re: Force a package to load early

2011-09-17 Thread Julien Rioux
On 17/09/2011 7:55 PM, Paul A. Rubin wrote: Hi, I'm trying to cobble together a module that would load etex.sty before xy.sty, which LyX automagically loads. The problem is that you can't use XY-pic with Beamer unless you load etex first. Since etex is apparently not a "feature" (in latexfeatur