[texhax] citations not printing (was hi)
Robin Fairbairns
Robin.Fairbairns at cl.cam.ac.uk
Wed Jul 23 18:48:44 CEST 2003
> I tent to create my dvi of my thesis (muthesis package). It work fine but it
> doesn't insert citation from my .bib file. The error displayd is the
> following: "Package natbib Warning: there were undefined citation". In fact
> the citation doesn't appear but only a "?" is displayd in .dvi file.
the sequence required is:
run latex # to produce list of citations
run bibtex # to relate citations to .bib file
run latex # to incorporate data from .bib file
run latex # to resolve citations
that is, you have to run latex 3 times.
it sounds as if you didn't...
More information about the texhax
mailing list