Re: [PATCH] More architectural changes to tex2lyx

2003-08-04 Thread Andre Poenitz
On Mon, Aug 04, 2003 at 12:31:11AM +0200, Jean-Marc Lasgouttes wrote: > The following patch reimplements some of the stuff I wrote in chemnitz > to handle document structure. There is now a nice Context structure > which is passed around and replaces a few silly global variables. > > This even sup

[PATCH] More architectural changes to tex2lyx

2003-08-03 Thread Jean-Marc Lasgouttes
The following patch reimplements some of the stuff I wrote in chemnitz to handle document structure. There is now a nice Context structure which is passed around and replaces a few silly global variables. This even supports some basic nesting, but everything does not work yet. I plan to work more