On Thursday 16 January 2014 10:58:33 Wolfgang Engelmann wrote:

I just found this function in the kluwer.bst file:

FUNCTION {format.bvolume}
{ volume empty$
    { "" }
    { "Vol." volume tie.or.space.connect
      series empty$
        'skip$
        { " of " * series emphasize * }
      if$
      "volume and number" number either.or.check
    }
  if$
}

and guess bvolume is what I DO NOT WANT

how do I use/not use it? Commenting it out?

Wolfgang

> On Tuesday 14 January 2014 20:09:03 Jürgen Spitzmüller wrote:
> 
> Hello again,
> 
> I tried to change the kluwer.bst file in such a way, that the volume of
> a journal is not given in bold in the References by changing the part
> after %%
> to the  { " " " * *
> in the following function:
> 
> FUNCTION {format.vol.num.pages}
> { volume embolden field.or.null
>   number empty$
>     'skip$
>     %%{ "(" number * ")" * *
>     { " " " * *
> 
> but the volume is still in bold.
> I searched for bold in the kluwer.bst and found only the above item
> besides this one:
> 
> FUNCTION {embolden}
> { duplicate$ empty$
>     { pop$ "" }
>     { "{\bf " swap$ * "}" * }
>   if$
> }.
> which is probably not the one I need.
> 
> I changed Jürgens  mykluwer.bst to mykluwerNoBold.bst before running
> lyx.
> 
> Apparently I did something wrong. Any idea?
> 
> 
> #######additional info:
> This is the output if I export from the .lyx file the .tex file and run
> latex 3 times and bibtex once; The ps file has no References
> output:
> Package natbib Warning: Citation `Lam2000a' on page 61 undefined on
> input line
> 3730.
> 
> [61]
> No file PBR-FINAL-Jan14.bbl.
> No file PBR-FINAL-Jan14-idx.ind.
> No file PBR-FINAL-Jan14-ind1.ind.
> No file PBR-FINAL-Jan14.nls.
> 
> Package natbib Warning: There were undefined citations.
> 
> (./PBR-FINAL-Jan14.aux) )
> (see the transcript file for additional information)
> Output written on PBR-FINAL-Jan14.dvi (61 pages, 332360 bytes).
> Transcript written on PBR-FINAL-Jan14.log.
> we@wolfgang:~/PBR-FINAL-Jan13$ bibtex PBR-FINAL-Jan14
> This is BibTeX, Version 0.99d (TeX Live 2013)
> The top-level auxiliary file: PBR-FINAL-Jan14.aux
> The style file: kluwer.bst
> Database file #1: PB-ref-20140108.bib
> we@wolfgang:~/PBR-FINAL-Jan13$ dvips PBR-FINAL-Jan14.dvi
> This is dvips(k) 5.993 Copyright 2013 Radical Eye Software
> (www.radicaleye.com)
> ' TeX output 2014.01.16:1050' -> PBR-FINAL-Jan14.ps
> </usr/local/texlive/2013/texmf-dist/dvips/base/tex.pro>
> </usr/local/texlive/2013/texmf-dist/fonts/enc/dvips/base/8r.enc>
> </usr/local/texlive/2013/texmf-
> dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb>
> </usr/local/texlive/2013/texmf-
> dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>
> </usr/local/texlive/2013/texmf-
> dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>
> </usr/local/texlive/2013/texmf-
> dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb>
> </usr/local/texlive/2013/texmf-dist/dvips/base/texps.pro>
> </usr/local/texlive/2013/texmf-dist/dvips/base/special.pro>
> </usr/local/texlive/2013/texmf-dist/dvips/base/color.pro>.
> </usr/local/texlive/2013/texmf-
> dist/fonts/type1/public/amsfonts/symbols/msam10.pfb>
> </usr/local/texlive/2013/texmf-dist/fonts/type1/public/mathpazo/fplmr.pf
> b>
> </usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplb8a.pfb
> >
> </usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplr8a.pfb
> >
> </usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplbi8a.pf
> b>
> </usr/local/texlive/2013/texmf-dist/fonts/type1/public/mathpazo/fplmri.
> pfb>
> </usr/local/texlive/2013/texmf-dist/fonts/type1/urw/palatino/uplri8a.pf
> b>
> </usr/local/texlive/2013/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb
> >[1] [2] [3] [4] [5<./Fig18-1Kal.eps>] [6] [7] [8] [9] [10
> <./Fig18-2EclosionOnly.eps><./Fig18-2DrosophilaPRC.eps>] [11] [12] [13]
> [14]
> [15] [16<./Fig18-3.eps>] [17] [18] [19] [20<./Fig18-4.eps>] [21] [22]
> [23 <./Fig18-5.eps>] [24] [25] [26] [27] [28<./Fig18-6.eps>] [29] [30]
> [31] [32]
> [33] [34] [35<./Fig18-7.eps>] [36] [37<./Fig18-8.eps>] [38] [39] [40]
> [41] [42<./Fig18-9.eps>] [43<./Fig18-10.eps>] [44] [45] [46] [47] [48]
> [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61]
> we@wolfgang:~/PBR-FINAL-Jan13$
> 
> > 2014/1/14 Wolfgang Engelmann <engelm...@uni-tuebingen.de>
> > 
> > >  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

Reply via email to