Re: LaTeXFeatures cleanup

2001-11-12 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Koziarski <[EMAIL PROTECTED]> writes: >> no! >> >> from my point of view, we can also get rif of these >> >> features["graphicx"] = false; features["setspace"] = false; >> features["makeidx"] = false; features["verbatim"] = false; >> >> if we choose a list and save o

Re: LaTeXFeatures cleanup

2001-11-12 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Koziarski <[EMAIL PROTECTED]> writes: Michael> Can someone explain how layout is used? Each layout can have a Preamble section, which is a snippet of LaTeX code to add to the preamble. The code has to track which layouts are used, so that the corresponding preamble sni

Re: LaTeXFeatures cleanup

2001-11-11 Thread Herbert Voss
Michael Koziarski wrote: > > Here's my second cut at refactoring LaTeXFeatures. (Thanks john for > the operator[] comment). > > It compiles links and runs fine. Any problems? no! from my point of view, we can also get rif of these features["graphicx"] = false; features["sets