]> git.lyx.org Git - features.git/commit
Handle unknown table column specifiers (bug #9311)
authorGeorg Baum <baum@lyx.org>
Sat, 3 Jan 2015 16:06:39 +0000 (17:06 +0100)
committerGeorg Baum <baum@lyx.org>
Sat, 3 Jan 2015 16:06:39 +0000 (17:06 +0100)
commit9c54ee6f0dc726499841d8200ff3095092585c5d
tree66fbbe4640e2e558ad6b7753339dee8c006d0b0f
parentd762e720d8e40da1f1b3456cbe46421bc52ecf6c
Handle unknown table column specifiers (bug #9311)

Previously tex2lyx did ignore table columns if the column specifier was
unknown. This can lead to data loss, and now it does not ignore these columns,
but assumes that the column specifiers use only once character. This can still
lead to data loss, but less often.
src/tex2lyx/table.cpp
src/tex2lyx/test/test-insets.lyx.lyx
src/tex2lyx/test/test-insets.tex
status.21x