maybe this example clears the problem. Please see the two entries I used:
Code: Select all
@Article{baniasadi02,
author = "Amirali Baniasadi and Andreas Moshovos",
title = "Branch predictor prediction: A power-aware branch predictor for high-performance processors",
journal = "Proceedings of the International Conference on Computer Design",
pages = "458-461",
year = "2002",
}
@Article{baniasadi04,
author = "Amirali Baniasadi and Andreas Moshovos",
title = "SEPAS: a highly accurate energy-efficient branch predictor",
journal = "Proceedings of the international symposium on Low power electronics and design ",
pages = "38-43",
year = "2004",
}
Then I cite in the tex file like this: \cite{baniasadi02} and \cite{baniasadi04}. However in the PDF file I see:
Code: Select all
[18] A. Baniasadi and A. Moshovos, “Sepas: a highly accurate energyefficient
branch predictor,” Proceedings of the international symposium
on Low power electronics and design, pp. 38–43, 2004.
[19] ——, “Branch predictor prediction: A power-aware branch predictor
for high-performance processors,” Proceedings of the International
Conference on Computer Design, pp. 458–461, 2002.
However if I insert a space in the author name like this:
Code: Select all
@Article{baniasadi02,
author = "A mirali Baniasadi and Andreas Moshovos",
title = "Branch predictor prediction: A power-aware branch predictor for high-performance processors",
journal = "Proceedings of the International Conference on Computer Design",
pages = "458-461",
year = "2002",
}
I get this pdf:
Code: Select all
[19] A. mirali Baniasadi and A. Moshovos, “Branch predictor prediction:
A power-aware branch predictor for high-performance processors,”
Proceedings of the International Conference on Computer Design, pp.
458–461, 2002.
Any more information should I gave? The two entries are similar however I don't know why it doesn't recognize the authors