]> git.lyx.org Git - features.git/commit
* text.C (parse_text): read environment from layout file too. Now,
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 28 Jul 2003 14:06:04 +0000 (14:06 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 28 Jul 2003 14:06:04 +0000 (14:06 +0000)
commit34215d69bc293059e10357424ba7e3e5d344592c
treec7de467e0a223155180140be5fc0ed2e6180c04f
parentcf9d1fb908a305642bd1b1cbe172891c088d5b6c
* text.C (parse_text): read environment from layout file too. Now,
all layout entries are supported (but many hacks remain); note
that the nesting support is broken and will have to be completely
redone

* table.C (handle_tabular): make the output more similar to LyX
and fix a little

* text.C (output_layout): fix handling of optional argument
(parse_text): small tweaks to make output format closer to lyx
format; support \tableofcontents; fix/improve support for various
special characters

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7417 a592a061-630c-0410-9148-cb99ea01b6c8
src/tex2lyx/ChangeLog
src/tex2lyx/table.C
src/tex2lyx/text.C