i would like to now how can i get the suggestion when i do a \cite in emacs-auctex. The minibuffer tells me when i do C-c [ that "No valid bibliography in this document, and no default available". So how can i set this default?, i have a separated file with my bibtex references that is call by a master document, and i want the suggestion for any of the other files included.
|
|
The variable |
|||
|
|
Have you tried: Parse Dokument -> Entire Document? That solved the problem for me. |
|||
|
|
|
yes modifying this variable is a solution (i don't know if it is the "best solution"). I go to the ref menu -> Customize ->Browse Reftex Group -> Reftex Citacion Support -> Reftex Default Bibliography and then i add the path to the bib file (without the .bib extension) and it works!! This options create this in the init file:
Well perhaps that it works now that suggestions going to appear in every document that i write. It would be good have a solution only for this document. Reading the help file of reftex (reftex->finding files)also mention make the next modifications in order to get the suggestions:
|
|||||
|
|
When in the buffer of your non-master file, try to query for the name of a master file (again) with This will add the local variable TeX-master to the end of your file. Save your file, restart emacs and load your file again. Hopefully, you can now get references from the bibliography stated in your master file by calling Mysteriously, when I do this manually without letting auctex query for it, it does not work. I cannot see how the end result is different in the auto directory either. But somehow letting auctex query for the value made it work for me. |
|||
|
|