I want the bibliographies to have labels with author names and years instead of just numbers. E.g.,
I could achieve this using apalike style without using natbib. But once I use it, the reference labels are gone (still with the apalike style). I tried generating my own style with[Getoor and Taskar, 2007] Getoor, L. and Taskar, B. (2007). Introduction to Statistical Relational Learning
makebst
from custom-bib, mostly following the default options, but it still did not get what I wanted. I suppose this has something to do with natbib, not any particular style files. Is there a simple way to get the reference labels I want with natbib?Thanks a lot.