]> git.lyx.org Git - features.git/commit
Mass backport tex2lyx bug fixes.
authorGeorg Baum <georg.baum@post.rwth-aachen.de>
Sun, 4 Dec 2011 16:16:32 +0000 (16:16 +0000)
committerGeorg Baum <georg.baum@post.rwth-aachen.de>
Sun, 4 Dec 2011 16:16:32 +0000 (16:16 +0000)
commit159875f201d58b4450d9a91bf18d6293f4b31c17
treee4bd295f96601e125e3e099989da41d6003fa473
parentbd0519d455d74dae8e7748aa3c6d61d5a3edda4f
Mass backport tex2lyx bug fixes.
tex2lyx is no identical with the version in trunk (except for cosmetic changes
and file formats > 413).
The output of the test cases is either unchanged or improved.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40364 a592a061-630c-0410-9148-cb99ea01b6c8
31 files changed:
development/cmake/src/tex2lyx/CMakeLists.txt
development/scons/scons_manifest.py
lib/syntax.default
src/Changes.h
src/LaTeXFeatures.cpp
src/LaTeXFeatures.h
src/LaTeXPackages.cpp [new file with mode: 0644]
src/LaTeXPackages.h [new file with mode: 0644]
src/Makefile.am
src/SpellChecker.h
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiChanges.cpp
src/support/lyxtime.cpp
src/support/lyxtime.h
src/tex2lyx/Makefile.am
src/tex2lyx/Parser.cpp
src/tex2lyx/Parser.h
src/tex2lyx/Preamble.cpp [new file with mode: 0644]
src/tex2lyx/Preamble.h [new file with mode: 0644]
src/tex2lyx/TODO.txt
src/tex2lyx/math.cpp
src/tex2lyx/preamble.cpp [deleted file]
src/tex2lyx/table.cpp
src/tex2lyx/test/box-color-size-space-align.tex
src/tex2lyx/test/test-insets.tex
src/tex2lyx/test/test-structure.tex
src/tex2lyx/tex2lyx.1in
src/tex2lyx/tex2lyx.cpp
src/tex2lyx/tex2lyx.h
src/tex2lyx/text.cpp
status.20x