]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
Improve the list of equations
[lyx.git] / src / output_latex.h
index 8bfeb6aafc587cb294bca176160d8c032ac66590..fdbc38febb327ab4ea28ac822de3b2f3fd6c3930 100644 (file)
@@ -29,6 +29,15 @@ class Paragraph;
 class OutputParams;
 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: {}.
  */