From: Uwe Stöhr Date: Mon, 18 May 2015 22:21:12 +0000 (+0200) Subject: tex2lyx/Preamble.cpp: forgot a package in previous commit X-Git-Tag: 2.2.0alpha1~760 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6ae2a8bcbe54005a29ac81bb0be8293d6f5e745d;p=features.git tex2lyx/Preamble.cpp: forgot a package in previous commit --- diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp index c24b2eb74f..16f4119e62 100644 --- a/src/tex2lyx/Preamble.cpp +++ b/src/tex2lyx/Preamble.cpp @@ -180,8 +180,8 @@ const char * const known_xetex_packages[] = {"arabxetex", "fixlatvian", /// packages that are automatically skipped if loaded by LyX const char * const known_lyx_packages[] = {"amsbsy", "amsmath", "amssymb", "amstext", "amsthm", "array", "babel", "booktabs", "calc", "CJK", "color", -"float", "fontspec", "graphicx", "hhline", "ifthen", "longtable", "makeidx", -"multirow", "nomencl", "pdfpages", "prettyref", "refstyle", "rotating", +"float", "fontspec", "framed", "graphicx", "hhline", "ifthen", "longtable", +"makeidx", "multirow", "nomencl", "pdfpages", "prettyref", "refstyle", "rotating", "rotfloat", "splitidx", "setspace", "subscript", "textcomp", "tipa", "tipx", "tone", "ulem", "url", "varioref", "verbatim", "wrapfig", "xcolor", "xunicode", 0};