]> git.lyx.org Git - features.git/commitdiff
tex2lyx/Preamble.cpp: forgot a package in previous commit
authorUwe Stöhr <uwestoehr@lyx.org>
Mon, 18 May 2015 22:21:12 +0000 (00:21 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Mon, 18 May 2015 22:21:12 +0000 (00:21 +0200)
src/tex2lyx/Preamble.cpp

index c24b2eb74f0e7f4c02127a59da6ea96ed81ce6b2..16f4119e623e04a7ced99940b0ab39df56d77c2c 100644 (file)
@@ -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};