Skip to content

Instantly share code, notes, and snippets.

@chrzyki
Created November 5, 2014 17:02
Show Gist options
  • Save chrzyki/5f600054eae81b4f1a31 to your computer and use it in GitHub Desktop.
Save chrzyki/5f600054eae81b4f1a31 to your computer and use it in GitHub Desktop.
--- reftex-parse.old.el 2014-11-05 18:00:04.128132764 +0100
+++ reftex-parse.el 2014-11-05 17:54:52.834802367 +0100
@@ -357,7 +357,7 @@
(member "biblatex" TeX-active-styles)
;; poor-man's check...
(save-excursion
- (re-search-forward "^[^%]*\\\\usepackage.*{biblatex}" nil t))))
+ (re-search-forward "^[^%\n]*\\\\usepackage.*{biblatex}" nil t))))
(defun reftex-locate-bibliography-files (master-dir &optional files)
"Scan buffer for bibliography macros and return file list."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment