]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.h
Fix initial focus problem with outline and view-source panes.
[lyx.git] / src / Encoding.h
index 8537a221a6ec9e7f9fbbc093a30624e5c723e010..f5b02826bf688164428e625f34ef3c1158ed43f8 100644 (file)
@@ -166,6 +166,11 @@ public:
         * \p c is a known character matching the preamble entry.
         */
        static bool isKnownScriptChar(char_type const c, std::string & preamble);
+       /**
+        * Convert \p c to something that LaTeX can understand in math mode.
+        * \return whether \p command is a math mode command
+        */
+       static bool latexMathChar(char_type c, docstring & command);
        /**
         * Add the preamble snippet needed for the output of \p c to
         * \p features.
@@ -173,7 +178,7 @@ public:
         * package only maps the code point \p c to a command, it does not
         * make this command available.
         */
-       static void validate(char_type c, LaTeXFeatures & features);
+       static void validate(char_type c, LaTeXFeatures & features, bool for_mathed = false);
 
 private:
        ///