]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
More no-math fonts
[lyx.git] / src / LaTeX.h
index 4d1c3356d8dde4ad44eaf4bd153c800ee88b9113..e82af858d6fe23ec30b29c8122fb4a9fd7640e7f 100644 (file)
@@ -192,15 +192,14 @@ private:
 
        ///
        void updateBibtexDependencies(DepTable &,
-                                     std::vector<AuxInfo> const &,
-                                     bool biber);
+                                     std::vector<AuxInfo> const &);
 
        ///
        void scanBlgFile(DepTable & head);
 
        ///
        bool runBibTeX(std::vector<AuxInfo> const &,
-                      OutputParams const &, bool biber);
+                      OutputParams const &);
 
        ///
        void deleteFilesOnError() const;
@@ -222,6 +221,9 @@ private:
 
        ///
        OutputParams runparams;
+       
+       /// Do we use biber?
+       bool biber;
 };