On 24/08/2013 3:13 AM, Wolfgang Engelmann wrote:
Am Friday, 23. August 2013, 20:41:37 schrieb Csikos Bela:
> Wolfgang Engelmann <[email protected]> írta:
>
> I haven't tried 2.1 beta yet. 2.0.6 should work in your case perfectly.
>
> >For clarification I include a small lyx file and bib file with which I
> >tried out your authdate.bst file you had sent, but it did not work (??
> >instead of citations, no references, no error message.
>
> It works perfectly. In your sample lyx file you have loaded natbib
> twice, probably that was the reason for fail. If you load natbib
> through lyx GUI you must not load it again in your preamble.
>
> I modified your sample lyx file and I attach it here with the output
> pdf.
>
> bcsikos
Thanks again, Csikos.
I do not quite understand
document>bibliography
there are only 3 citation styles:
default (numerical)
Natbib with style Author-year and numerical
and
Jurabib
How would I modify Natbib with something else besides Author-year (eg
round, comma)? In the preamble, and would this overwrite the
bibliography setting? (eg with your \setcitestyle{comma,aysep={}}?
Why is default only numerical? What if I want Kluwer style or something
else? I can't leave everything unchecked in Bibliography, I have to
check one.
The file kluwer.bst is used with harvard.sty or natbib.sty. If you watn
to use harvard.sty, select the "default" bibliography and put
\usepackage{harvard}
in your document preamble. If you want to use natbib.sty instead
(recommended), select the "natbib author-year" setting. If you need
additional customization of natbib options, do it in the document
preamble as Csikos explained.
kluwer.bst supports full author citation, so you're good to use it with
all the natbib features.
Cheers,
Julien