[Vim-latex-devel] How to use cite completion with \nobibliography ?
Brought to you by:
srinathava,
tmaas
From: Ryan L. <rd...@gm...> - 2005-11-10 00:00:38
|
Hello folks. I could never get cite completion (with F9) to work, until I noticed that latex-suite treats \bibliography differently from \nobibliography. If my file has a \bibliography{filename} command, cite completion works. If my file has a \nobibliography{filename} command, cite completion does no= t work, even if the BIBINPUTS setting in my texrc points directly at my .bib file. Can someone suggest a solution to this problem? In the humanities, you usually do not use a bibliography in articles, but rather all citations go into footnotes. I would like to be able to use cite completion without having a bibliography in my file. Thanks for any assistance. |