]> git.lyx.org Git - features.git/commitdiff
We do not natively support multirow yet
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 1 Jun 2018 15:11:35 +0000 (17:11 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 1 Jun 2018 15:11:35 +0000 (17:11 +0200)
See #11164

src/tex2lyx/Preamble.cpp

index 4222425887953e4118570aebdb8246aede8c2156..8517b0fe0984a4fd3bf8645ee879e8ca9a873f68 100644 (file)
@@ -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};