]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Update it.po
[lyx.git] / src / BufferParams.h
index e5a443cb81fbcd622465ca45ab7b18108517bd95..ee2b22a248a91df9f65d4273ca69847ad749de1c 100644 (file)
@@ -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;
 
        ///
@@ -236,6 +236,8 @@ public:
        int tocdepth;
        ///
        Language const * language;
+       /// language package
+       std::string lang_package;
        /// BranchList:
        BranchList & branchlist();
        BranchList const & branchlist() const;
@@ -365,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
@@ -374,7 +375,8 @@ public:
                                     std::string const & sf, std::string const & tt,
                                     bool const & sc, bool const & osf,
                                     int const & sfscale, int const & ttscale,
-                                    bool const & use_nonlatexfonts) const;
+                                    bool const & use_nonlatexfonts,
+                                    LaTeXFeatures & features) const;
 
        /// get the appropriate cite engine (natbib handling)
        CiteEngine citeEngine() const;
@@ -403,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