]> git.lyx.org Git - features.git/commit
Improve roundtrip of tex2lyx test documents:
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 19 Dec 2010 14:54:23 +0000 (14:54 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 19 Dec 2010 14:54:23 +0000 (14:54 +0000)
commit93232c3ad63e80dc2851cb6710fb69b7f8f211c7
tree0530dd21f1f999105993912f65cada6b6ad85701
parent61eeab74051b07565922ce4988441eaaf8fceaea
Improve roundtrip of tex2lyx test documents:
- Make test-insets.tex and test-structure.tex compilable
- Avoid duplicate definition of \lyxarrow in test-insets.lyx
- Prevent subscript package from being ignored in test-insets.lyx
- Prevent commands listed with optional arg in syntax.default from being
  concatenated with the next word if no optional arg is given
- Handle spaces and comments inbetween a command an "{}" consistently

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36943 a592a061-630c-0410-9148-cb99ea01b6c8
src/tex2lyx/Parser.cpp
src/tex2lyx/Parser.h
src/tex2lyx/test/test-insets.tex
src/tex2lyx/test/test-structure.tex
src/tex2lyx/text.cpp