KileKile with BibUnits

Information and discussion about Kile, an integrated LaTeX environment for Linux KDE
Post Reply
epicurea
Posts: 11
Joined: Mon May 12, 2008 8:11 pm

Kile with BibUnits

Post by epicurea »

I have a .tex file that uses BibUnits but now the Quick Build option in Kile that I was previously using is unable to find the .aux files created by BibUnits. I have added the following code (modified from the BibUnits documentation) so that the .aux files are the same name as the .tex file:

Code: Select all

\makeatletter
\renewcommand{\@bibunitname}{\jobname\the\@bibunitauxcnt}
\makeatother
I have tried fiddling with Settings>Configure Kile>Tools>Build but find this awfully confusing.

Is there a simple way of getting quick build to work?

Thanks in advance!

PS: The files compile just fine from the terminal.

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