Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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?

share|improve this question
5  
Does \cite{DBLP} work? – Qrrbrbirlbel Nov 22 '12 at 16:47
Is the entry with key DBLP:conf/sigir/2012 defined in your .bib file(s), somewhere after BibTeX encounters the entry with key DBLP? – Mico Nov 22 '12 at 19:38
For now, the question will be closed, see the reason below. If you would improve the question, it can be reopened. – Stefan Kottwitz Nov 22 '12 at 20:17

closed as too localized by Guido, Kurt, Stefan Kottwitz Nov 22 '12 at 20:17

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.