]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.C
I reactivate the code to resize the InsetText on a resize event of the main
[lyx.git] / src / LaTeXFeatures.C
index cf8cec1380241a1bf446aed5e481a9dd0e1ba78b..a4a830e7c2b6a805c728ed55f89c7c8d34267325 100644 (file)
@@ -297,7 +297,9 @@ string const LaTeXFeatures::getMacros() const
                macros << boldsymbol_def << '\n';
        if (isRequired("binom") && !isRequired("amsmath"))
                macros << binom_def << '\n';
-
+       if (isRequired("mathcircumflex"))
+               macros << mathcircumflex_def << '\n';
+               
        // other
        if (isRequired("NeedLyXMinipageIndent"))
                macros << minipageindent_def;