X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferParams.h;h=ee2b22a248a91df9f65d4273ca69847ad749de1c;hb=21992716e52ca8c277b2a448f15c8164563b3ff7;hp=386ef5739b3e314a332173a22d0fc2eeb7a2a4c5;hpb=f27d5aa9ae5f3f89c4e2923dae1592a116988906;p=lyx.git diff --git a/src/BufferParams.h b/src/BufferParams.h index 386ef5739b..ee2b22a248 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -82,7 +82,7 @@ public: * the BufferParams, a LyXRC variable, and the document class). * This returned value can then be passed to the insets... */ - bool writeLaTeX(odocstream &, LaTeXFeatures &, TexRow &, + bool writeLaTeX(otexstream &, LaTeXFeatures &, support::FileName const &) const; /// @@ -367,8 +367,7 @@ public: /// return supported drivers for specific packages docstring getGraphicsDriver(std::string const & package) const; /// handle inputenc etc. - void writeEncodingPreamble(odocstream & os, LaTeXFeatures & features, - TexRow & texrow) const; + void writeEncodingPreamble(otexstream & os, LaTeXFeatures & features) const; /// std::string const parseFontName(std::string const & name) const; /// set up the document fonts @@ -406,6 +405,8 @@ public: std::string html_latex_start; /// std::string html_latex_end; + /// + bool html_css_as_file; /// generate output usable for reverse/forward search bool output_sync; /// custom LaTeX macro from user instead our own