Hi everyone,
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
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
... as being by the same author, because using \citet to cite the two references in the code below get output inline as Chung (2010a) and Chung (2010b). So I end up having passages like, "Chung(2010a) criticizes Chung(2010b) blah blah", which, yeah ... What I would like is something like "J. Chung (2010) criticizes K.-s. Chung (2010) ...".
Easy solutions? Are there any? If not, harder ones?