]> git.lyx.org Git - features.git/blobdiff - src/BufferParams.h
Next runtime messages to be ommitted if compiled with clang using flag '-fsanitize'.
[features.git] / src / BufferParams.h
index a1dfaa9b7238d3ed70b2d0a023bf4767d0487e3d..38649e7c2ffd93e5a6927fd382884d4f6f5d45c0 100644 (file)
@@ -518,7 +518,7 @@ public:
        std::vector<CitationStyle> citeStyles() const;
 
        /// Return the actual bibtex command (lyxrc or buffer param)
-       std::string const bibtexCommand() const;
+       std::string const bibtexCommand(bool const warn = false) const;
 
        /// Are we using biblatex?
        bool useBiblatex() const;
@@ -651,6 +651,9 @@ private:
        std::map<std::string, std::string> bib_encodings;
        /// Split bibliography?
        bool use_bibtopic;
+       /// Return the actual or an appropriate fallback bibtex command
+       std::string const getBibtexCommand(std::string const cmd,
+                                          bool const warn) const;
        ///
        DocumentClassPtr doc_class_;
        ///