________________________________
From: Ray Rashif <[email protected]>
To: John Kane <[email protected]>
Cc: Users LyX <[email protected]>
Sent: Tuesday, February 19, 2013 1:11:04 AM
Subject: Re: URL appearing in reference list with apa6
On 19 February 2013 02:39, John Kane <[email protected]> wrote:
I seem to have gotten LyX back in action for the moment with apa6. However am
having a minor problem with a bibliography item. For some reason it is
including a URL which I don't want.
>
>
>The URL is correct, in that I did download the reference from someplace,
but I don't want it in a journal entry since it is not a website, etc and the
download time and date are not relevant.
>
>
>
>I am handling my references with Zotero and it is creating a nice little bib
>file as I play around but why am I getting the URL in the reference. Or
>perhaps more correctly --how do I turn it off? I can easily edit the bibtex
>entry but I suspect a lot of my references in real life willl have this and it
>might mean a lot of hand editing.
>
>
>Zotero and OpenOffice.org handle the reference correctly, BTW.
>
>
>Examples attached
>
>
>
>Thanks
>(and to paraphrase S. Pepys "so to a late lunch".
>
>
>
This is dictated by your BibTeX style. The .bst file has all the logic to deal
with your .bib file - including what to parse and what not to parse, and what
to show when. I have yet to find a BibTeX editor that offers a little bit of
intuitive style handling as well.
If you're familiar with sed, you can manipulate your .bib file to your liking
(remove the url keys so they do not get parsed by your style, or use a
different style).
Thanks.
I was afraid that would be the case. I have never used sed so I'll just have
to do some hand editing I guess. A quick hand edit of the example bib file
shows that it works easily enough, I just had hoped for a slightly more general
approach.