bib: no booktitle for @inbook
Hi, when I insert a citation of type @inbook, it only shows the "title", not however the "booktitle". I tried ams, num, apa and apa-de. Example entry: @inbook{Coles2007, address = {Berkeley, CA}, author = {Coles, Michael}, booktitle = {Pro T-SQL 2005 Programmer’s Guide}, doi = {10.1007/978-1-4302-0387-2}, isbn = {978-1-59059-794-1}, pages = {323--341}, publisher = {Apress}, title = {{SQL Metadata}}, year = {2007} } On a side-node: in bibl-apa-de.tex: \def\insertchap#1#2#3% {\insertchapter {#1\insertbibtype{}{\ }{chapter\ }}{#2}% {#3}} ^^^^^^^ ... should read "Kapitel". Best Regards, Andreas.
On Wed, 27 Jan 2010, Andreas Schneider wrote:
Hi,
when I insert a citation of type @inbook, it only shows the "title", not however the "booktitle". I tried ams, num, apa and apa-de.
Example entry: @inbook{Coles2007, address = {Berkeley, CA}, author = {Coles, Michael}, booktitle = {Pro T-SQL 2005 Programmer’s Guide}, doi = {10.1007/978-1-4302-0387-2}, isbn = {978-1-59059-794-1}, pages = {323--341}, publisher = {Apress}, title = {{SQL Metadata}}, year = {2007} }
AFAIU, booktitle is not part of @inbook. You need @inbook{ chapter={...}, title={....}, } See http://en.wikipedia.org/wiki/BibTeX Aditya
Aditya Mahajan wrote:
On Wed, 27 Jan 2010, Andreas Schneider wrote:
AFAIU, booktitle is not part of @inbook. You need
@inbook{
chapter={...}, title={....},
}
See http://en.wikipedia.org/wiki/BibTeX
Aditya
You are right, the difference between "inbook" and "incollection" was a bit misleading and I took "inbook" for what I wanted (a named chapter/part) - the wikipedia article cleared that one up. It works fine with @incollection. I would however still appreciate if that "chapter" vs. "Kapitel" string was fixed in the apa-de style. Thanks (and sorry for the unnecessary trouble of looking something up that I should have found myself :-/).
participants (2)
-
Aditya Mahajan
-
Andreas Schneider