X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferParams.h;h=9b9136ff0e4c99bd43901734464514dbfc68fe14;hb=966c48abc658f459ca2269e4f65fa2003f731fb6;hp=64af381d16556288dec6af585c8ee2aa4c7038e8;hpb=038cc706500567634c68d71342e8be54cf0e81bd;p=lyx.git diff --git a/src/BufferParams.h b/src/BufferParams.h index 64af381d16..9b9136ff0e 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -189,6 +189,8 @@ public: std::string float_placement; /// unsigned int columns; + /// parameters for the listings package + std::string listings_params; /// TextClass::PageSides sides; /// @@ -251,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,