X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferParams.h;h=9b9136ff0e4c99bd43901734464514dbfc68fe14;hb=966c48abc658f459ca2269e4f65fa2003f731fb6;hp=45c8fbb4e2087f79a335c660215dce48b77a8d38;hpb=4ce743a0a77d85d5e1722a3f2854ce163e40b353;p=lyx.git diff --git a/src/BufferParams.h b/src/BufferParams.h index 45c8fbb4e2..9b9136ff0e 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -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,