]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
Improve the list of equations
[lyx.git] / src / output_latex.h
index 1f3afff17f17aecf952ef8fe2e07dbb448efde64..fdbc38febb327ab4ea28ac822de3b2f3fd6c3930 100644 (file)
@@ -27,9 +27,17 @@ class Encoding;
 class Layout;
 class Paragraph;
 class OutputParams;
-class TexRow;
 class Text;
 
+/** Register a language switch when using polyglossia.
+    Set \p localswitch to true if the \text<lang> command is used.
+ */
+void pushPolyglossiaLang(std::string const & lang, bool localswitch = false);
+
+/** Unregister the last language switch when using polyglossia.
+ */
+void popPolyglossiaLang();
+
 /** Export optional and required arguments of the paragraph \p par.
     Non-existing required arguments are output empty: {}.
  */