]> git.lyx.org Git - features.git/blobdiff - src/BufferParams.h
babel handling: revert r26857 and r26858 for the reasons I posted o the list
[features.git] / src / BufferParams.h
index 743467a9a6931a527bfd081321aa2d5c4fb16478..a0d8c6bbf22c1629f564f984e1cd553ac40d4c50 100644 (file)
@@ -306,6 +306,8 @@ public:
        };
        ///
        std::string paperSizeName(PapersizePurpose purpose) const;
+       /// set up if and how babel is called
+       std::string babelCall(std::string const & lang_opts) const;
        /// handle inputenc etc.
        void writeEncodingPreamble(odocstream & os, LaTeXFeatures & features,
                                              TexRow & texrow) const;