]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
Improve the list of equations
[lyx.git] / src / output_latex.h
index 71af3221c97e130598826039b8b6dbd2f5c955d0..fdbc38febb327ab4ea28ac822de3b2f3fd6c3930 100644 (file)
@@ -30,8 +30,9 @@ 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);
+void pushPolyglossiaLang(std::string const & lang, bool localswitch = false);
 
 /** Unregister the last language switch when using polyglossia.
  */