LaTeX and BibTex compiling error [duplicate]
This question is an exact duplicate of:
LaTeX and BibTeX Compiling Error
So I have my Reference.bib file and my latex file which I wanted to
compile together to get the citation.
I've did
Run LaTeX file
Run BiBtex file
Run LaTeX file
Run LaTeX file
But what I got the output is (?, ?)
There's a citation which I got it correct when I was testing just now. And
I try to compile all citation at once. Is it a problem?
Here's my sample of citation code
\cite{5643778}
And my sample of reference at .bib file
@INPROCEEDINGS{5643778,
author={Haiping Wang},
booktitle={Computational Intelligence and Natural Computing Proceedings
(CINC), 2010 Second International Conference on},
title={Review of studies on online consumer trust},
year={2010},
volume={2},
pages={97-100},
keywords={Web sites;consumer behaviour;electronic commerce;security of
data;Website;calculative based trust;cognition based
trust;e-commerce;institution based trust;knowledge based trust;online
consumer trust;personality based trust;Biological system modeling;Book
reviews;Buildings;Business;Electronic commerce;Internet;Knowledge based
systems},
doi={10.1109/CINC.2010.5643778},}
No comments:
Post a Comment