1
vote
1answer
567 views

Auto-completion for citation in Kile using Biblatex

Currently in Kile you can get citation auto-completion when using BibTeX. You just add \bibliography{file} and Kile knows from this where the bib file is and what is in it. However biblatex does not ...
0
votes
1answer
251 views

How to make biblatex persistent choice in kile for Bibliography settings?

In kile, there is a setting: LaTeX -> Bibliography -> Settngs -> Settings for biblatex I would like to know the following regarding this setting: (a) what does it do? (because there ...
9
votes
1answer
2k views

Configure kile and biblatex

How do people configure kile to work with biblatex? I have two bibliographies \begin{refsection} ... \end{refsection} \begin{refsection} ... \end{refsection} and to get this to compile I need to ...