ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bib: no booktitle for @inbook
@ 2010-01-27 21:05 Andreas Schneider
  2010-01-27 21:18 ` Aditya Mahajan
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schneider @ 2010-01-27 21:05 UTC (permalink / raw)
  To: ntg-context

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.

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bib: no booktitle for @inbook
  2010-01-27 21:05 bib: no booktitle for @inbook Andreas Schneider
@ 2010-01-27 21:18 ` Aditya Mahajan
  2010-01-27 22:14   ` Andreas Schneider
  0 siblings, 1 reply; 3+ messages in thread
From: Aditya Mahajan @ 2010-01-27 21:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 680 bytes --]

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

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bib: no booktitle for @inbook
  2010-01-27 21:18 ` Aditya Mahajan
@ 2010-01-27 22:14   ` Andreas Schneider
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Schneider @ 2010-01-27 22:14 UTC (permalink / raw)
  To: ntg-context

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 :-/).

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-27 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-27 21:05 bib: no booktitle for @inbook Andreas Schneider
2010-01-27 21:18 ` Aditya Mahajan
2010-01-27 22:14   ` Andreas Schneider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).