ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Now Bibliography works, but question to the backmatter
@ 2016-08-09 13:04 Ursula Hermann
  2016-08-09 13:23 ` Henri Menke
  0 siblings, 1 reply; 7+ messages in thread
From: Ursula Hermann @ 2016-08-09 13:04 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'


[-- Attachment #1.1: Type: text/plain, Size: 345 bytes --]

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 


[-- Attachment #1.2: Type: text/html, Size: 2487 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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] 7+ messages in thread

* Re: Now Bibliography works, but question to the backmatter
  2016-08-09 13:04 Now Bibliography works, but question to the backmatter Ursula Hermann
@ 2016-08-09 13:23 ` Henri Menke
  2016-08-09 13:52   ` Ursula Hermann
  0 siblings, 1 reply; 7+ messages in thread
From: Henri Menke @ 2016-08-09 13:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

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

* Re: Now Bibliography works, but question to the backmatter
  2016-08-09 13:23 ` Henri Menke
@ 2016-08-09 13:52   ` Ursula Hermann
  2016-08-09 14:21     ` Henri Menke
  0 siblings, 1 reply; 7+ messages in thread
From: Ursula Hermann @ 2016-08-09 13:52 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

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
___________________________________________________________________________________

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

* Re: Now Bibliography works, but question to the backmatter
  2016-08-09 13:52   ` Ursula Hermann
@ 2016-08-09 14:21     ` Henri Menke
  2016-08-11  9:14       ` Ursula Hermann
  0 siblings, 1 reply; 7+ messages in thread
From: Henri Menke @ 2016-08-09 14:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

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

* Re: Now Bibliography works, but question to the backmatter
  2016-08-09 14:21     ` Henri Menke
@ 2016-08-11  9:14       ` Ursula Hermann
  2016-08-11 19:09         ` Henri Menke
  0 siblings, 1 reply; 7+ messages in thread
From: Ursula Hermann @ 2016-08-11  9:14 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

Hello Henri!

Now I have tried your example. 
\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

But I do not want to repeat. 

The footnote with "Eriksson" should only be in the section of the backmatter "Allgemeine Literatur". I think this has to do with the command\placelistofpublications or \setupbtxrendering. I have no idea what to write. 

Uschi


-----Ursprüngliche Nachricht-----
Von: ntg-context [mailto:ntg-context-bounces@ntg.nl] Im Auftrag von Henri Menke
Gesendet: Dienstag, 9. August 2016 16:22
An: mailing list for ConTeXt users
Betreff: Re: [NTG-context] Now Bibliography works, but question to the backmatter

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
___________________________________________________________________________________

___________________________________________________________________________________
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] 7+ messages in thread

* Re: Now Bibliography works, but question to the backmatter
  2016-08-11  9:14       ` Ursula Hermann
@ 2016-08-11 19:09         ` Henri Menke
  2016-08-12  7:30           ` Ursula Hermann
  0 siblings, 1 reply; 7+ messages in thread
From: Henri Menke @ 2016-08-11 19:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Uschi,

I guess you have to add a prefix to your dataset.  I'm not so sure about this being correct, maybe Alan can help out.  At least the rendering looks decent.

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

\usebtxdataset[truman][biblio.buffer]
\usebtxdefinitions[apa]
\definebtxrendering[truman][apa][dataset=truman]

\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][truman::ErikssonBaaz2005]}
\startbackmatter
  \startchapter[title={Bibliography}]
    \placelistofpublications
    \startsection[title=Allgemeine Literatur]
      \placelistofpublications[truman][method=dataset]
    \stopsection
  \stopchapter
\stopbackmatter
\stoptext

On 08/11/2016 11:14 AM, Ursula Hermann wrote:
> Hello Henri!
> 
> Now I have tried your example. 
> \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
> 
> But I do not want to repeat. 
> 
> The footnote with "Eriksson" should only be in the section of the backmatter "Allgemeine Literatur". I think this has to do with the command\placelistofpublications or \setupbtxrendering. I have no idea what to write. 
> 
> Uschi
> 
> 
> -----Ursprüngliche Nachricht-----
> Von: ntg-context [mailto:ntg-context-bounces@ntg.nl] Im Auftrag von Henri Menke
> Gesendet: Dienstag, 9. August 2016 16:22
> An: mailing list for ConTeXt users
> Betreff: Re: [NTG-context] Now Bibliography works, but question to the backmatter
> 
> 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
> ___________________________________________________________________________________
> 
> ___________________________________________________________________________________
> 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
___________________________________________________________________________________

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

* Re: Now Bibliography works, but question to the backmatter
  2016-08-11 19:09         ` Henri Menke
@ 2016-08-12  7:30           ` Ursula Hermann
  0 siblings, 0 replies; 7+ messages in thread
From: Ursula Hermann @ 2016-08-12  7:30 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

Hello Henri!

Many thanks, this works perfect. 

LG

Uschi

-----Ursprüngliche Nachricht-----
Von: ntg-context [mailto:ntg-context-bounces@ntg.nl] Im Auftrag von Henri Menke
Gesendet: Donnerstag, 11. August 2016 21:10
An: mailing list for ConTeXt users
Betreff: Re: [NTG-context] Now Bibliography works, but question to the backmatter

Hi Uschi,

I guess you have to add a prefix to your dataset.  I'm not so sure about this being correct, maybe Alan can help out.  At least the rendering looks decent.

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

\usebtxdataset[truman][biblio.buffer]
\usebtxdefinitions[apa]
\definebtxrendering[truman][apa][dataset=truman]

\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][truman::ErikssonBaaz2005]}
\startbackmatter
  \startchapter[title={Bibliography}]
    \placelistofpublications
    \startsection[title=Allgemeine Literatur]
      \placelistofpublications[truman][method=dataset]
    \stopsection
  \stopchapter
\stopbackmatter
\stoptext

On 08/11/2016 11:14 AM, Ursula Hermann wrote:
> Hello Henri!
> 
> Now I have tried your example. 
> \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
> 
> But I do not want to repeat. 
> 
> The footnote with "Eriksson" should only be in the section of the backmatter "Allgemeine Literatur". I think this has to do with the command\placelistofpublications or \setupbtxrendering. I have no idea what to write. 
> 
> Uschi
> 
> 
> -----Ursprüngliche Nachricht-----
> Von: ntg-context [mailto:ntg-context-bounces@ntg.nl] Im Auftrag von 
> Henri Menke
> Gesendet: Dienstag, 9. August 2016 16:22
> An: mailing list for ConTeXt users
> Betreff: Re: [NTG-context] Now Bibliography works, but question to the 
> backmatter
> 
> 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
> ______________________________________________________________________
> _____________
> 
> ______________________________________________________________________
> _____________ 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
___________________________________________________________________________________

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

end of thread, other threads:[~2016-08-12  7:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-09 13:04 Now Bibliography works, but question to the backmatter Ursula Hermann
2016-08-09 13:23 ` Henri Menke
2016-08-09 13:52   ` Ursula Hermann
2016-08-09 14:21     ` Henri Menke
2016-08-11  9:14       ` Ursula Hermann
2016-08-11 19:09         ` Henri Menke
2016-08-12  7:30           ` Ursula Hermann

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