Search found 1 match

by Member
Tue Mar 26, 2013 3:21 pm
Forum: BibTeX, biblatex and biber
Topic: References Section is not appearing
Replies: 2
Views: 7008

References Section is not appearing

Hi,

welcome to the forum!

Did you run BibTeX? This is an external tool. Some editors are capable of automatically running it, but you could also do it at the command prompt, such as in a terminal window:

Code: Select all

bibtex filename
Then run LaTeX on it again (twice, to get the references right).


Stefan