Re: [patch] fix nested tables in tex2lyx

2005-03-14 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > This looks good. This is nor applied. Georg

Re: [patch] fix nested tables in tex2lyx

2005-03-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Nested tables make tex2lyx crash, because they are not Georg> recognized in the first parsing stage where the table structure Georg> is extracted. The attached patch fixes this by introducing a Georg> new method Parser::verbatimEnviron

[patch] fix nested tables in tex2lyx

2005-03-11 Thread Georg Baum
Nested tables make tex2lyx crash, because they are not recognized in the first parsing stage where the table structure is extracted. The attached patch fixes this by introducing a new method Parser::verbatimEnvironment() which parses a complete environment and returns the TeX code verbatim. OK to a