madcow72
September 28th, 2006, 02:06 PM
Hello! I'm a noobie to Linux and am still crossing over from Windows to Linux programs. I used to use WinEdt - MikTeX for all my LaTeX editing in Windows, and am learning to use Kile under Kubuntu. So far I really like the program, but need to resolve 2 problems in regard to BibTeX:
1) Is there any way to coerce Kile to bring up the popup menu of authors from my bibliography when I type: \cite{}?
(This is not so essential, but would be very nice)
2) When I compile a sample document with a citation, I get the following errors in Output:
Package natbib Warning: Citation `Biancaniello_2005' on page 1 undefined on input line 41.
Package natbib Warning: There were undefined citations.
I feel like the error must be somewhere in my Kile configuration, but just in case it's within my document, a minimal example looks like:
\documentclass[twocolumn,preprintnumbers,amsmath,amssymb,prb]{revtex4}
\usepackage{dcolumn}
\usepackage{bm}
\usepackage{natbib}
\usepackage[dvips]{graphicx}
\usepackage{floatflt}
\bibliographystyle{achemso}
\begin{document}
\title{A Wonderful Article}
\author{T.L. Jennings}
\maketitle
The use of microbead carriers for genomic detection is really cool.\cite{Biancaniello_2005}
\bibliography{ubead}
\end{document}
I'm positive that the label is correct in both the document and the ubead bibliography. The pdf output shows the correct citation at the bottom of the page, but gives only a superscripted question mark within the document as a reference to this citation.
Any help or suggestions would be great!
1) Is there any way to coerce Kile to bring up the popup menu of authors from my bibliography when I type: \cite{}?
(This is not so essential, but would be very nice)
2) When I compile a sample document with a citation, I get the following errors in Output:
Package natbib Warning: Citation `Biancaniello_2005' on page 1 undefined on input line 41.
Package natbib Warning: There were undefined citations.
I feel like the error must be somewhere in my Kile configuration, but just in case it's within my document, a minimal example looks like:
\documentclass[twocolumn,preprintnumbers,amsmath,amssymb,prb]{revtex4}
\usepackage{dcolumn}
\usepackage{bm}
\usepackage{natbib}
\usepackage[dvips]{graphicx}
\usepackage{floatflt}
\bibliographystyle{achemso}
\begin{document}
\title{A Wonderful Article}
\author{T.L. Jennings}
\maketitle
The use of microbead carriers for genomic detection is really cool.\cite{Biancaniello_2005}
\bibliography{ubead}
\end{document}
I'm positive that the label is correct in both the document and the ubead bibliography. The pdf output shows the correct citation at the bottom of the page, but gives only a superscripted question mark within the document as a reference to this citation.
Any help or suggestions would be great!