From: Juergen Spitzmueller Date: Fri, 1 Jun 2018 15:11:35 +0000 (+0200) Subject: We do not natively support multirow yet X-Git-Tag: lyx-2.4.0dev-acb2ca7b~3382 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2fbce44401986b61102695ca2eb2bdc5ff77d7ca;p=features.git We do not natively support multirow yet See #11164 --- diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp index 4222425887..8517b0fe09 100644 --- a/src/tex2lyx/Preamble.cpp +++ b/src/tex2lyx/Preamble.cpp @@ -205,7 +205,7 @@ const char * const known_xetex_packages[] = {"arabxetex", "fixlatvian", const char * const known_lyx_packages[] = {"amsbsy", "amsmath", "amssymb", "amstext", "amsthm", "array", "babel", "booktabs", "calc", "CJK", "color", "float", "fontspec", "framed", "graphicx", "hhline", "ifthen", "longtable", -"makeidx", "minted", "multirow", "nomencl", "pdfpages", "prettyref", "refstyle", +"makeidx", "minted", "nomencl", "pdfpages", "prettyref", "refstyle", "rotating", "rotfloat", "splitidx", "setspace", "subscript", "textcomp", "tipa", "tipx", "tone", "ulem", "url", "varioref", "verbatim", "wrapfig", "xcolor", "xunicode", 0};