Kilebiblatex | Auto-completion for Citation

Information and discussion about Kile, an integrated LaTeX environment for Linux KDE
Post Reply
tafi
Posts: 42
Joined: Sat May 07, 2011 12:01 am

biblatex | Auto-completion for Citation

Post by tafi »

Hi,

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post Reply