commit f38816bf16fa27504e40e33beb9b20d8095c988a
Author: Juergen Spitzmueller <[email protected]>
Date: Sun Jun 24 10:05:15 2018 +0200
Add support for tabularx/xltabular
I.e., variable width columns in single and multiple page tables
Files format change.
Fixes: #4154, #4155
development/FORMAT | 5 +
lib/chkconfig.ltx | 2 +
lib/doc/LaTeXConfig.lyx | 60 ++-
lib/lyx2lyx/lyx_2_4.py | 22 +-
src/LaTeXFeatures.cpp | 2 +
src/LyXAction.cpp | 3 +-
src/frontends/qt4/GuiTabular.cpp | 35 +-
src/frontends/qt4/ui/TabularUi.ui | 1485 +++++++++++++++++++------------------
src/insets/InsetTabular.cpp | 92 ++-
src/insets/InsetTabular.h | 8 +
src/tex2lyx/Preamble.cpp | 4 +-
src/tex2lyx/table.cpp | 51 +-
src/tex2lyx/tex2lyx.h | 3 +-
src/tex2lyx/text.cpp | 17 +-
src/version.h | 4 +-
15 files changed, 1026 insertions(+), 767 deletions(-)