]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
HTML for stackrel.
[lyx.git] / src / OutputParams.h
index a3d4fbed983a6032c059635949b62e4a683e3919..6f9d306ac91e725b23c57402dda5cbe5cfd16fc5 100644 (file)
@@ -12,9 +12,7 @@
 #ifndef OUTPUTPARAMS_H
 #define OUTPUTPARAMS_H
 
-#include <string>
 
-#include "support/types.h"
 #include <boost/shared_ptr.hpp>
 #include "Changes.h"
 
@@ -39,6 +37,7 @@ public:
        };
        
        enum MathFlavor {
+               NotApplicable,
                MathAsMathML,
                MathAsHTML,
                MathAsImages,
@@ -64,6 +63,8 @@ public:
            compile the file.
        */
        FLAVOR flavor;
+       /// is it some flavor of LaTeX?
+       bool isLaTeX() const;
        
        /// Same, but for math output, which only matter is XHTML output.
        MathFlavor math_flavor;