Berthold Metz (PH-Freiburg) wrote:
> as document-class i use book (koma script), when i change to book the
> problem persists (was this your question?)
>
No, I was asking what happens if you cite a book like
\cite{SachsHombach:2003c}
> Are you using crossref or not ?
>
> yes, and the address exists in the referenced entry, but is not printed
> in the bibliography, example:
Crossref are rather fragile in BibTeX, try to remove in the @incollection
the publisher and isbn fields.
>
> @incollection{SachsHombach:2003,
> crossref = {{S}achs{H}ombach:2003c},
> author = {{S}achs--{H}ombach, {K}laus},
> title = {{G}ibt es ein {B}ildalphabet?},
> pages = {57--66},
> publisher = {{H}alem},
> isbn = {3931606783},
> editor = {{S}achs--{H}ombach, {K}laus and {R}ehk{\"a}mper, {K}laus},
> booktitle = {{B}ildgrammatik: {I}nterdisziplin{\"a}re {F}orschungen
> zur {S}yntax bildlicher {D}arstellungsformen},
> year = {2003}
> }
> @book{SachsHombach:2003c,
> year = {2003},
> title = {{B}ildgrammatik: {I}nterdisziplin{\"a}re {F}orschungen zur
> {S}yntax bildlicher {D}arstellungsformen},
> address = {{K}{\"o}ln},
> publisher = {{H}alem},
> isbn = {3931606783},
> editor = {{S}achs--{H}ombach, {K}laus and {R}ehk{\"a}mper, {K}laus}
> }
>
Cheers,
Charles