]> git.lyx.org Git - features.git/blobdiff - src/LaTeXFeatures.cpp
Add support for the sectionbox and tcolorbox packages.
[features.git] / src / LaTeXFeatures.cpp
index c68729f5aaf47768595126991941f1b3b511b176..2c9c64ca173589a12b5b5da7a2787a97c8ef97db 100644 (file)
@@ -428,6 +428,7 @@ void LaTeXFeatures::require(set<string> const & names)
 void LaTeXFeatures::useLayout(docstring const & layoutname)
 {
        // Some code to avoid loops in dependency definition
+       // FIXME THREAD
        static int level = 0;
        const int maxlevel = 30;
        if (level > maxlevel) {
@@ -741,7 +742,9 @@ char const * simplefeatures[] = {
        "tfrupee",
        "shapepar",
        "rsphrase",
-       "algorithm2e"
+       "algorithm2e",
+       "sectionbox",
+       "tcolorbox"
 };
 
 char const * bibliofeatures[] = {