]> git.lyx.org Git - features.git/blobdiff - src/BufferParams.h
Add a document-wide default bibliography style \biblio_style.
[features.git] / src / BufferParams.h
index 4a483b99483e156c8026bdab00ba812b1fe03b0c..5432a094efed15104679f7dba910e4caebec5429 100644 (file)
@@ -413,6 +413,9 @@ public:
        ///
        void setCiteEngine(CiteEngine const);
 
+       /// the default BibTeX style file for the document
+       std::string biblio_style;
+
        /// options for pdf output
        PDFOptions & pdfoptions();
        PDFOptions const & pdfoptions() const;