]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Finds formatted matches in the middle of paragraphs, when no regular expressions...
[lyx.git] / src / LaTeXFeatures.h
index dfad380279c5577a8bf0e88433a044893819f1ab..9bb50f57cfa6dc00485be95e19f369657f7c343c 100644 (file)
@@ -52,8 +52,12 @@ public:
        std::string const getPackages() const;
        /// The macros definitions needed by the document
        docstring const getMacros() const;
-       ///
+       /// Extra preamble code before babel is called
+       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