[PATCH] Second try at tighter preamble (was: Re: Modules loading preamble lines unnecessarily)

2008-12-03 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> LyX isn't (currently) aware of what's being output and what isn't >> being output, at least not in this respect. So when it sees an >> endnote, it adds the package. > > What about this patch? Since my first patch had to be reverted, here is my s

Re: Modules loading preamble lines unnecessarily

2008-11-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > I'll apply it when I can build. Juergen, is it OK for branch? Yes, looks good. Jürgen

Re: Modules loading preamble lines unnecessarily

2008-11-22 Thread Jean-Marc Lasgouttes
What about this patch? Looks simple enough. I'll apply it when I can build. Juergen, is it OK for branch? JMarc

Re: Modules loading preamble lines unnecessarily

2008-11-22 Thread rgheck
Jean-Marc Lasgouttes wrote: LyX isn't (currently) aware of what's being output and what isn't being output, at least not in this respect. So when it sees an endnote, it adds the package. What about this patch? Looks simple enough. rh

Re: Modules loading preamble lines unnecessarily

2008-11-22 Thread Jean-Marc Lasgouttes
LyX isn't (currently) aware of what's being output and what isn't being output, at least not in this respect. So when it sees an endnote, it adds the package. What about this patch? JMarc nopreamble.diff Description: Binary data

Re: Modules loading preamble lines unnecessarily

2008-11-22 Thread rgheck
Bennett Helm wrote: On Sat, Nov 22, 2008 at 8:37 AM, rgheck <[EMAIL PROTECTED]> wrote: Bennett Helm wrote: Another possible module bug ... though perhaps one not worth fixing. Create a document and add a module like Endnotes. Checking the latex source, merely adding the endnotes module

Re: Modules loading preamble lines unnecessarily

2008-11-22 Thread Bennett Helm
On Sat, Nov 22, 2008 at 8:37 AM, rgheck <[EMAIL PROTECTED]> wrote: > Bennett Helm wrote: >> >> Another possible module bug ... though perhaps one not worth fixing. >> >> Create a document and add a module like Endnotes. Checking the latex >> source, merely adding the endnotes module doesn't change

Re: Modules loading preamble lines unnecessarily

2008-11-22 Thread rgheck
Bennett Helm wrote: Another possible module bug ... though perhaps one not worth fixing. Create a document and add a module like Endnotes. Checking the latex source, merely adding the endnotes module doesn't change anything yet: you have to add an endnote, and only then does the \usepackage{endn

Modules loading preamble lines unnecessarily

2008-11-21 Thread Bennett Helm
Another possible module bug ... though perhaps one not worth fixing. Create a document and add a module like Endnotes. Checking the latex source, merely adding the endnotes module doesn't change anything yet: you have to add an endnote, and only then does the \usepackage{endnotes} line get added t