]> git.lyx.org Git - features.git/blobdiff - src/BiblioInfo.h
Fix encoding issues in bibitems (bug #6534)
[features.git] / src / BiblioInfo.h
index 77c3dab729119273e0efa3fda12e5b7db2c9e31c..394d9c416bace03349ef6abd72a196b3079858ba 100644 (file)
@@ -156,6 +156,9 @@ public:
        /// Empty if no info exists. 
        /// Note that this will retrieve data from the crossref as needed.
        docstring const getInfo(docstring const & key) const;
+       /// Is this a reference from a bibtex database
+       /// or from a bibliography environment?
+       bool const isBibtex(docstring const & key) const;
        /**
          * "Translates" the available Citation Styles into strings for a given key,
          * either numerical or author-year depending upon the active engine. (See