0
votes
1answer
134 views

Default bibliography with bib-cite

I'm using Emacs 23 with bib-cite-minor-mode. However, this minor mode requires a \bibliography{} statement in the file. I have a master LaTeX file in which I have \include commands, so each section ...
3
votes
2answers
201 views

How to include date for each item in *RefTeX Select*?

With RefTeX C-c [ invokes reftex-citation which first asks for a citation format (what citation macro to use, e.g. \cite or \footcite), then it asks for a regex to search the bibliography database and ...
0
votes
0answers
437 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
640 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 ...
1
vote
1answer
483 views

Default bibliography database path in reftex

I just discovered reftex and am very happy with it, including the manual. However, I am not too happy with how the path to the bibliography file is set and would like to change it, but haven't found ...
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 ...