Kile ⇒ biblatex | Auto-completion for Citation
biblatex | Auto-completion for Citation
Currently in Kile you can get citation auto-completion when using BibTeX. You just add "\bibliography{file}" at the end of the master document and Kile knows from this where the bib file is and what is in it.
However biblatex does not use this command. Instead you must use "\addbibresource{file.bib}" in the preamble. Kile dos not recognise this, even though it specifies the path to the bib file in the same way, and therefore I can't get citation autocompletion.
Is there a way to get Kile to recognise the \addbibresource{} command as providing the path to the bibliography?
My current workaround is to put "\bibliography{file}" at the end of the document, but I have to remember to delete or comment it before compiling the document. Not elegant or convenient.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis