]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
HyperlinkUi.ui:
[lyx.git] / src / LaTeXFeatures.h
index 6493f7b2fbd54c04c477dc2a94959a9b201ad90a..9bb50f57cfa6dc00485be95e19f369657f7c343c 100644 (file)
@@ -56,6 +56,8 @@ public:
        std::string const getBabelPresettings() const;
        /// Extra preamble code after babel is called
        std::string const getBabelPostsettings() const;
+       /// Do we need to pass the languages to babel directly? 
+       bool needBabelLangOptions() const;
        /// The definitions needed by the document's textclass
        docstring const getTClassPreamble() const;
        /// The language dependent definitions needed by the document's textclass