I'm writing a term paper in linguistics, and I want to refer to a chapter inside a book. So I naturally used a cross-reference from an @inbook entry into a @book entry (see below). When I referred to Steed86, the output I got was:
That is, the cross-reference worked, but the title of the book in which Steedman (1986) appears is omitted.M. Steedman. Combinators and grammars, pages 417412. Foris, Dordrecht,
1986.
If it makes a difference, I'm using the abbrvnat style with

Any ideas?
BibTex Code:
Code: Select all
@inbook{Steed86,
author = "Steedman, Mark",
title= "Combinators and grammars",
crossref = "Oeh_etal86",
pages = "417-412",
}
@book{Oeh_etal86,
author = "Oeherle, R., Bach, E. and Wheeler, D.",
booktitle= "Categorieal Grammars and Natural Language Structures",
publisher = "Foris, Dordrecht",
year = "1986"
}