cd /usr/share/texmf-texlive/bibtex/bst/apalike
sudo gedit apalike.bst
save as apalike2.bst
change lines 214-222
{ namesleft #1 >
{ ", " * t * }
{ numnames #2 >
{ "," * }
'skip$
if$
t "others" =
{ " et~al." * }
{ " and " * t * }
to
{ namesleft #1 >
{ ", " * t * }
{ t "others" =
{ " et~al." * }
{ ", and " * t * }
After this we might need to run the command
sudo texhashIn Lyx, click on bibliography, browse to new (apalike2.bst) style file.
No comments:
Post a Comment