ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Henri Menke <henrimenke@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Now Bibliography works, but question to the backmatter
Date: Tue, 9 Aug 2016 16:21:32 +0200	[thread overview]
Message-ID: <e31645f7-c62b-f7be-874f-21c8815dc6f5@gmail.com> (raw)
In-Reply-To: <000c01d1f245$3c5d0790$b51716b0$@univie.ac.at>

Hi Uschi,

you are looking for repeat=yes.  Citing the manual

»One must specify repeat=yes in order to get multiple renderings of a bibliography list; otherwise, as they appear, entries get marked as placed and will be inhibited from being placed again elsewhere.«

Cheers, Henri

---

\startbuffer[biblio]
@book{ErikssonBaaz2005,
  author ={Eriksson, Maria}
  title = {The Paternalism of Partnership. A Postcolonial Reader of Identity in Development Aid.},
  year = {2005},
}
\stopbuffer

\usebtxdataset[biblio.buffer]
\usebtxdefinitions[apa]
\setupbtxrendering[repeat=yes]

\starttext
Das vorangestellte Zitat der Amtsantrittsrede des
33. US-amerikanischen Präsidenten Harry S. Truman vom 20. Januar 1949
wird innerhalb der sich als kritisch verstehenden
Entwicklungsforschung häufig als Beginn des modernen
Entwicklungsdiskurses diskutiert, in der sich eine neue Diskursordnung
im Sprechen und Denken über den globalen Süden
formiert.\footnote{\cite[alternative=entry][ErikssonBaaz2005]}
\startbackmatter
  \startchapter[title={Bibliography}]
    \placelistofpublications
    \startsection[title=Allgemeine Literatur]
      \placelistofpublications
    \stopsection
  \stopchapter
\stopbackmatter
\stoptext

On 08/09/2016 03:52 PM, Ursula Hermann wrote:
> Hello Henry!
> This is the title, wich should be in the section of Bibliography 
> \startbuffer[biblio]
> @book{ErikssonBaaz2005,
>   author ={Eriksson, Maria}
>   title = {The Paternalism of Partnership. A Postcolonial Reader of Identity in Development Aid.},
>   year = {2005},
> \starttext
> Das vorangestellte Zitat der Amtsantrittsrede des 33. US-amerikanischen Präsidenten Harry S. Truman vom 20. Januar 1949 wird innerhalb der sich als kritisch verstehenden Entwicklungsforschung häufig als Beginn des modernen Entwicklungsdiskurses diskutiert, in der sich eine neue Diskursordnung im Sprechen und Denken über den globalen Süden formiert.\footnote{\cite[alternative=entry][ErikssonBaaz2005]}
> \starttext
> \startbackmatter
>   \startchapter[title={Bibliography}]
>     \placelistofpublications
>     \startsection[title=Allgemeine Literatur]
>       \placelistofpublications
>     \stopsection
>   \stopchapter
> \stopbackmatter
> \stoptext
> -----Ursprüngliche Nachricht-----
> Von: ntg-context [mailto:ntg-context-bounces@ntg.nl] Im Auftrag von Henri Menke
> Gesendet: Dienstag, 9. August 2016 15:23
> An: mailing list for ConTeXt users
> Betreff: Re: [NTG-context] Now Bibliography works, but question to the backmatter
> 
> Hi Uschi,
> 
> I have no idea what you want to do, but \startsection has to be matched by \stopsection.  Also, sections can logically only occur within chapters, so the nesting was also incorrect (assuming »Allgemeine Literatur« is supposed to be a section within the chapter »Bibliography«).
> 
> Cheers, Henri
> 
> \starttext
> \startbackmatter
>   \startchapter[title={Bibliography}]
>     \placelistofpublications
>     \startsection[title=Allgemeine Literatur]
>       \placelistofpublications
>     \stopsection
>   \stopchapter
> \stopbackmatter
> \stoptext
> 
> 
> 
> On 08/09/2016 03:04 PM, Ursula Hermann wrote:
>> Hello List!
>>
>>  
>>
>> \startbackmatter
>>
>>   \startchapter[title={Bibliography}]
>>
>>     \placelistofpublications
>>
>>      \stopchapter
>>
>>   \startsection[title=Allgemeine Literatur]
>>
>>     \placelistofpublications
>>
>>   \stopchapter
>>
>> \stopbackmatter
>>
>> \stoptext
>>
>>  
>>
>> I have no titel at the section, but the Title I want in the section is in the chapter.
>>
>>  
>>
>> Uschi
>>
>>
>>
>> ______________________________________________________________________
>> _____________ 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
>> ______________________________________________________________________
>> _____________
>>
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 

___________________________________________________________________________________
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
___________________________________________________________________________________

  reply	other threads:[~2016-08-09 14:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09 13:04 Ursula Hermann
2016-08-09 13:23 ` Henri Menke
2016-08-09 13:52   ` Ursula Hermann
2016-08-09 14:21     ` Henri Menke [this message]
2016-08-11  9:14       ` Ursula Hermann
2016-08-11 19:09         ` Henri Menke
2016-08-12  7:30           ` Ursula Hermann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e31645f7-c62b-f7be-874f-21c8815dc6f5@gmail.com \
    --to=henrimenke@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).