]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Support the new Indian Rupee currency symbol.
[lyx.git] / src / LaTeXFeatures.h
index 3fc223a2878305df8ac339179ebc5ec3713dc84d..9bb50f57cfa6dc00485be95e19f369657f7c343c 100644 (file)
@@ -52,8 +52,12 @@ public:
        std::string const getPackages() const;
        /// The macros definitions needed by the document
        docstring const getMacros() const;
-       ///
-       std::string const getBabelOptions() 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