General ⇒ problem with bibliography
problem with bibliography
i am running Ubuntu 7.04 and I am having trouble getting citations to register in Kile from kbibtex.
I have compiled a database in Kbibtex, and saved the .bib file in the same directory as the Kile .tex file.
If I try Build>Compile>BibTex Kile tells me:
[BibTeX] TL_Izidine.aux => TL_Izidine.bbl (bibtex)
[BibTeX] finished with exit status 2
i put this code
\usepackage{natbib}
.
.
\bibliographystyle{apalike}
\bibliography{bibliografia}
I was hoping that someone could help me
Thanks in advance
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
problem with bibliography
2) Make sure that the name of your .bib file is the same that you are using as argument of the \bibliography command.
3) After compiling with BIBTeX you have to run (PDF)LaTeX once or twice.