]> git.lyx.org Git - features.git/blobdiff - src/BufferParams.h
Add a math-as-LaTeX option, and fix some issues with lyx2lyx.
[features.git] / src / BufferParams.h
index cbd1d70d4a1133aa64bff86f3a31cf845ae4231f..c1992aac591d8551292cb340f9ddf17130d4808e 100644 (file)
@@ -378,7 +378,8 @@ public:
        enum MathOutput {
                MathML,
                HTML,
-               Images          
+               Images,
+               LaTeX
        };
        /// what to use for math output. present choices are above
        MathOutput html_math_output;