]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Check for fontspec an configure the GUI accordingly.
[lyx.git] / src / BufferParams.h
index e5a443cb81fbcd622465ca45ab7b18108517bd95..386ef5739b3e314a332173a22d0fc2eeb7a2a4c5 100644 (file)
@@ -236,6 +236,8 @@ public:
        int tocdepth;
        ///
        Language const * language;
+       /// language package
+       std::string lang_package;
        /// BranchList:
        BranchList & branchlist();
        BranchList const & branchlist() const;
@@ -374,7 +376,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;