]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
* src/CutAndPaste.cpp (saveSelection): clarify comment about commenting persistent...
[lyx.git] / src / BufferParams.h
index 45c8fbb4e2087f79a335c660215dce48b77a8d38..9b9136ff0e4c99bd43901734464514dbfc68fe14 100644 (file)
@@ -253,6 +253,9 @@ public:
        std::string const paperSizeName() const;
        /// set up if and how babel is called
        std::string const babelCall(std::string const & lang_opts) const;
+       /// handle inputenc etc.
+       void writeEncodingPreamble(odocstream & os, LaTeXFeatures & features,
+                                             TexRow & texrow) const;
        /// set up the document fonts
        std::string const loadFonts(std::string const & rm,
                                     std::string const & sf, std::string const & tt,