Tagged Questions
9
votes
1answer
255 views
Does Emacs support editing bibliography files for biblatex?
Emacs includes bibtex-mode for editing bibliography files used by BibTeX. Is there a way to make it support the bibliography files used by biblatex?
11
votes
3answers
2k views
RefTeX won't find my .bib file in local library tree
RefTeX gives out the following error when trying to insert a citation:
No valid bibliography in this document, and no default available
I keep a master .bib file in ...
12
votes
3answers
987 views
Setting up RefTeX with biblatex citation commands
How do I setup RefTeX with biblatex's citation commands? In Workflow for managing references? Seamus describes a workflow with RefTeX and mentions that
it wouldn't be too tricky to add \autocite ...
0
votes
0answers
420 views
RefTex won't detect my .bib file [closed]
I'm using emacs+AUCTeX+RefTeX and I have a problem with C-c [, namely, it doesn't open a list of matches from my .bib file.
In more details, I have the following in my preamble:
...
16
votes
0answers
620 views
Is there an ebib-like bibliography manager for emacs designed for biblatex? [closed]
I've been using ebib to manage my .bib files, but I've just switched over from using bibtex to using biblatex & biber to actually generate the bibliographies in documents. Obviously the file ...
17
votes
2answers
2k views
Customising emacs to use biblatex-biber instead of bibtex
I use biblatex, but I still go through running bibtex on my .bib files, rather than biblatex-biber, which is/will be preferred. How do I arrange for C-c C-c to run the relevant biber command, rather ...