Jean-Marc Lasgouttes wrote:
> This looks good.
This is nor applied.
Georg
> "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
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