I am trying to cite the following reference:
@inproceedings{DBLP,
author = {Gilad Mishne and
Jimmy Lin},
title = {Twanchor text: a preliminary study of the value of
tweets
as anchor text},
booktitle = {SIGIR},
year = {2012},
pages = {1159-1160},
ee = {http://doi.acm.org/10.1145/2348283.2348518},
crossref = {DBLP:conf/sigir/2012},
bibsource = {DBLP, http://dblp.uni-trier.de},
}
with the following code: \cite[DBLP]
but it is not working. I get a [?] instead of the reference number. What am I doing wrong?
\cite{DBLP}work? – Qrrbrbirlbel Nov 22 '12 at 16:47DBLP:conf/sigir/2012defined in your .bib file(s), somewhere after BibTeX encounters the entry with keyDBLP? – Mico Nov 22 '12 at 19:38