mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/textmodes/reftex-parse.el (reftex-locate-bibliography-files):
Accept options for bibliography commands. * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands): Add addbibresource. Basic Biblatex support.
This commit is contained in:
parent
2af0948d2c
commit
c43d45f9de
3 changed files with 11 additions and 3 deletions
|
|
@ -1112,7 +1112,7 @@ buffer."
|
|||
:group 'reftex)
|
||||
|
||||
(defcustom reftex-bibliography-commands
|
||||
'("bibliography" "nobibliography" "setupbibtex\\[.*?database=")
|
||||
'("bibliography" "nobibliography" "setupbibtex\\[.*?database=" "addbibresource")
|
||||
"LaTeX commands which specify the BibTeX databases to use with the document."
|
||||
:group 'reftex-citation-support
|
||||
:type '(repeat string))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue