]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.C
More 'standard conformant blurb' nonsense.
[lyx.git] / src / LaTeXFeatures.C
index 5380932443a7eb72ba229aa3c208eed49ee40e90..0652983faa0cf9786ad87c4205f779e059c518f6 100644 (file)
@@ -350,6 +350,10 @@ string const LaTeXFeatures::getMacros() const
        if (isRequired("NeedTabularnewline"))
                macros << tabularnewline_def;
 
+       // greyedout environment (note inset)
+       if (isRequired("lyxgreyedout"))
+               macros << lyxgreyedout_def;
+
        // floats
        getFloatDefinitions(macros);