Search found 5 matches

by Silver1
Wed Jun 23, 2010 10:41 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography with ?
Replies: 7
Views: 2910

Re: Bibliography with ?

Hello everyone,

I solved my problem. Just in case anyone else comes across it this is what happened:

I use JabRef to make my bib file. The authors in JabRef have to be separated by "and" rather than commas so A. Jones and B. White
In the text they come out with commas so latex reads and as comma ...
by Silver1
Mon Jun 21, 2010 7:31 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography with ?
Replies: 7
Views: 2910

Re: Bibliography with ?

Hello sorry for the late reply was away for a few days.

I tried what you suggested and i still have the same problem (see them as questionmarks).
I noticed that when i do the bibtex part it says "i did not find a database entry for "name of reference" ". I guess that makes sense since the bbl file ...
by Silver1
Mon Jun 14, 2010 2:26 am
Forum: BibTeX, biblatex and biber
Topic: Bibliography with ?
Replies: 7
Views: 2910

Re: Bibliography with ?

I am compiling it from dvi->ps and ps->pdf because if i do pdflatex from the start then it gives me errors that it doesnt read any of the eps files (my pictures) :(
so complicated lol
by Silver1
Sun Jun 13, 2010 9:48 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography with ?
Replies: 7
Views: 2910

Re: Bibliography with ?

Thank you for your reply.

I am using \cite{<key>} :)

I tried adding \nocite{*} at the begining of the document but i still get the question marks. :( Is the bbl file supposed to be empty?
by Silver1
Sun Jun 13, 2010 7:19 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography with ?
Replies: 7
Views: 2910

Bibliography with ?

Hi guys,

I have a problem when adding references in my latex file.

I created my bib file using JabRef in the same folder as my latex document. I used
\bibliographystyle{plain}
\bibliography{library/references.bib}

When i compile into DVI or PDF my references appear as ?. When i open the bbl file ...