On 17/10/2010 10:56 AM, Lea Rennert wrote:
Hi,
I am working with Lyx 1.6.2 on windows, and I am writing my thesis in
the book (KOMA-script) - class. I have chosen natbib (author-year) in
Documents settings and loaded the bib-file using apalike since this
format seems to work best for me.
Everything is working fine, except that I cannot get the Bibliography
to display url's. I feel like there should be a simple solution I just
can't find - maybe changing the field of urls in the bib-file or
something like that...?
As an example, my bib-file reads:
@www{Hirsch.22010,
author = {Hirsch, Barry and Macpherson, David},
year = {2/2010},
title = {{U}nion {M}embership and {C}overage {D}atabase from the {C}{P}{S}},
url = {www.unionstats.com},
urldate = {6/25/2010}
}
and the Bibliography output is:
Hirsch, B. and Macpherson, D. (2/2010). Union Membership and Coverage Database
from the CPS.
Any ideas, please send. Thank you!
Lea
The style file apalike.bst does not handle urls without modifications.
You could try the "howpublished" field, or modify apalike.bst to your
liking, or search for a modified version. A certain search engine gives
good results with the keywords apalike and url.
Regards,
Julien
P.S. @www is nonstandard field, howcome it works?