I think my question has been asked before, but without a definitive answer. Basically, I have a bunch of references by Korean authors, who tend to share the same last names. Now, it seems natbib treats multiple references with the same year and same author last name, like the two below:
Code: Select all
@article{jychung2010,
author={Chung, Joo Yoon},
year={2010},
title={blah blah blah}
}
@article{kschung2010}
author={Chung, Kyung-sook},
year={2010},
title={bluh bluh bluh}
}
Easy solutions? Are there any? If not, harder ones?