Hello all. Does anyone know if there is a way to configure Kile such that when I type "\cite{" it will popup a list of the authors I have in a bib file?
As an example, if my bib file has a single entry like:
@ARTICLE{tekkenlord:2008 author = {AUTHOR_NAME}, title = {TITLE}, journal = {JOURNAL_NAME}, }
then ideally I would like to type in Kile
"\cite{tek"
and get the completion of the word "tekkenlord:2008" which is the key entry for that article?
I have done an extensive google search and found that this feature supposedly is already implemented, but it does not work for me.
Another suggestion ( http://www.linuxquestions.org/questions/linux-desktop-74/kile-bibtex-507168/ ) was to include the bib file in the same directory of the tex file, this did not work either.
If any has this feature working, I would greatly appreciate his help! Thanks in advance.