On Tuesday 14 January 2014 20:09:03 Jürgen Spitzmüller wrote:
> 2014/1/14 Wolfgang Engelmann <[email protected]>
>
> > On Monday 13 January 2014 18:50:13 Jürgen Spitzmüller wrote:
> > Thanks all of you giving hints re van von de di della
> >
> > I tried Jürgens proposal changing the kluwer.bst:
> >
> >
> >
> > [...]
> >
> >
> >
> > However, the citing style has'nt changed (see de Paula), which
> > actually does'nt matter
> >
> > e.g.
> >
> > FRQ was proposed by de Paula et al. 2006; Correa and Bell-Pedersen
> > 2002.
>
> This is handled in another function (format.lab.names.full). Just change
> the occurrence of {vv~} there, if you need.
>
> > but all the references in the Bibliography show no author,
> >
> > but only:
> > : 1964, Circadian rhythms during and after three months in solitude
> >
> > underground, J Physiol 174, 217–231.
>
> Try the attached modified file.
>
> Jürgen
Thanks a lot, Jürgen,
it works just as it should. It is not as difficult, but one has to know where
the changes have to be made.
These are your changes.
we@wolfgang:~/PBR-FINAL-Jan13$ diff mykluwer.bst kluwer.bst
200c200
< { "{ll}{, jj}{, f.}{~vv}" author format.names }
---
> { "{vv~}{ll}{, jj}{, f.}" author format.names }
207c207
< { "{ll}{, jj}{, f.}{~vv}" editor format.names
---
> { "{vv~}{ll}{, jj}{, f.}" editor format.names
1336,1339c1336
< { "\harvardpreambledefs{%" write$ newline$
< preamble$ write$ "}" write$ newline$
< "\harvardpreambletext{%" write$ newline$
< preamble$ write$ "}" write$ newline$ }
What does
\harvardpreambledefs
do?
Wolfgang