On Nov 23, 2006, at 19:56, Charilaos Skiadas wrote:
On Nov 23, 2006, at 10:28 PM, Adam R. Maxwell wrote:
Actually, I was using the opt-esc one...ah, I see now. The kpsewhich error only shows up after I select an entry from the list an insert it; presumably it populates the list from the \bibliography{} command. I thought the path setting prevented the list from showing up in an earlier test, so that's my mistake.
No, the path setting comes up because I use kpsewhich to locate all the places where the included tex/bib files could possibly be. Usually though they are sitting right next to the tex file anyway, and I explicitly add the location of the current file in the path. So the files are typically found, but the message is there because the call to kpsewhich failed.
Yeah, I see. I'd like to figure out how to get the list of bib file paths you're using and pass them to my BibDesk completion program :).
Adam