]> git.lyx.org Git - features.git/blobdiff - src/BufferParams.cpp
Support the mathbbm font.
[features.git] / src / BufferParams.cpp
index 722d7c1d8dd427d71af125f099a3e0e8d0da2f74..24bd102d2ed84cd14fac01140b1a301159e7c1a3 100644 (file)
@@ -2730,6 +2730,8 @@ OutputParams::FLAVOR BufferParams::getOutputFlavor(string const & format) const
        //       something with formats.
        if (dformat == "xhtml")
                result = OutputParams::HTML;
+       else if (dformat == "docbook5")
+               result = OutputParams::DOCBOOK5;
        else if (dformat == "text")
                result = OutputParams::TEXT;
        else if (dformat == "lyx")