Search found 2 matches

by viniciusfcramos
Tue Mar 26, 2013 4:33 pm
Forum: BibTeX, biblatex and biber
Topic: References Section is not appearing
Replies: 2
Views: 6971

References Section is not appearing

I cannot run bibtex, it says this.
I couldn't open file name `references.aux'"
When I first run "latex paper.tex" it does not give any error, only awarning:
Citation 'goossens93' on page 1 undefined.
It seems that the latex do not compile the .bib file... any help?

Thanks!


Update:

OK, my ...
by viniciusfcramos
Tue Mar 26, 2013 1:33 pm
Forum: BibTeX, biblatex and biber
Topic: References Section is not appearing
Replies: 2
Views: 6971

References Section is not appearing

Hi!

I am using Springer LLNCS class . My problem is that my references section do not appear and my \cite{goossens93} looks like this "Goossens [?]".

This is my simple document:
\documentclass{llncs}

\title{First example}

\begin{document}
\maketitle

\begin{abstract}
Abstract Content
\end ...