]> git.lyx.org Git - features.git/blobdiff - src/BufferParams.h
* FORMAT
[features.git] / src / BufferParams.h
index 10233e69f823a50b67ffe50007cd39c50ce9bbf5..2c74f7098d55cf91c76ab1e1c5ae43814183a2bc 100644 (file)
@@ -341,6 +341,7 @@ public:
        ///
        IgnoreList & spellignore();
        IgnoreList const & spellignore() const;
+       bool spellignored(WordLangTuple const & wl) const;
        /**
         * The LyX name of the input encoding for LaTeX. This can be one of
         * - \c auto: find out the input encoding from the used languages
@@ -583,6 +584,15 @@ public:
        /// what format to use for table output in DocBook. present choices are above
        TableOutput docbook_table_output;
 
+       // do not change these values. we rely upon them.
+       enum MathMLNameSpacePrefix {
+               NoPrefix = 0,
+               MPrefix = 1,
+               MMLPrefix = 2
+       };
+       /// what prefix to use when outputting MathML. present choices are above
+       MathMLNameSpacePrefix docbook_mathml_prefix;
+
        /// allow the LaTeX backend to run external programs
        bool shell_escape;
        /// generate output usable for reverse/forward search