Hi
I'm using bibtex and apalike style to process references. I have two
problems (at least :-)
1) When there are more then 2 authors it doesn't process "author et al."
2) It uses the entire author's name in the text. For example,
@Article{john99,
Author = {{John Doe}},
Title = {AAAAAAAAAAAAA},
institution = {BBBBBBBBBBBBBB},
year = 2000,
}
is printed on the text like (John Doe, 2000) instead of (Doe, 2000)
Can someone help me with this ?
Thanks
EJ
ps: I've included in the latex preamble \usepackage{apalike}