My result looks like:
Code: Select all
[1] Autor1 ; Autor2 ; Autor3: Title.
(1999). http://url.com/index.html
Code: Select all
[1] Autor1, Autor2 and Autor3: Title.
(1999). http://url.com/index.html
Code: Select all
@article{desc1999,
author = {Autor1 and Autor2 and Autor3},
title = {Title},
publisher = {Prentice Hall},
year = {1999},
url = {http://url.com/index.html}
}