hi,

i am using natbib (author-year) with a style i created with makebst.

i have 2 problems with my bibliography-list at the end of my article - perhaps somebody could help me out?

1. when referencing an article in an editorial work, the address of the publisher is not shown;

so i want: Smith, J. (1980): Title. In Mayer (ed): Title1, pp. 135-146. London: Publishing-Company. but i get: Smith, J. (1980): Title. In Mayer (ed): Title1, pp. 135-146. Publishing-Company.

i worked hard in my bst-file, i feel the problem for the missing address could be in the code snippet i quote below this mail ... but i am not sure.


2. in names the dash is suppressed
so my natbib-entry is
@book{SachsHombach:2003b,
 abstract = {{L}iteraturangaben},
 year = {2003},
 title = {{W}as ist {B}ildkompetenz?:  {S}tudien zur {B}ildwissenschaft},
 address = {{W}iesbaden},
 publisher = {{D}t. {U}niv.--{V}erl.},
 isbn = {3824444984},
 editor = {{S}achs--{H}ombach, {K}laus}
}
the editor is shown (wrong) as "Sachs Hombach", but the publisher (correct) as "Dt. Univ.-Verl."

any help is highly appreciated.
thanks in advance
bert



FUNCTION {format.org.or.pub}
{ 't :=
  ""
  address empty$ t empty$ and
    'skip$
    {
      address "address" bibinfo.check *
      t empty$
        'skip$
        { address empty$
            'skip$
            { ": " * }
          if$
          t *
        }
      if$
    }
  if$
}

Reply via email to