]> git.lyx.org Git - features.git/commit
* text.C (check_layout): \layout -> \begin_layout
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 28 Jul 2003 23:50:24 +0000 (23:50 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 28 Jul 2003 23:50:24 +0000 (23:50 +0000)
commitdd750828d5f3be742a6d33cbda85ee312e5c6b6e
tree3325acd38476d66b726b2358336f0e5a9509e9be
parent5e73ad8fbd8a56fd7394d9510fa94bdd6db65948
* text.C (check_layout): \layout -> \begin_layout
(parse_text_in_inset): convenience function

* tex2lyx.C (main): \the_end -> \end_document

* preamble.C (end_preamble): update version number to 225

* text.C (parse_text): replace test on "lyxcode" with test on
LyXLayout::freespacing.
(check_end_layout): new function, used to check whether we need to
add an \end_layout

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