Re: [NTG-context] How to show bibliography only for the chapter?

2023-05-06 Thread Alan Braslau via ntg-context
On Sat, 6 May 2023 12:09:10 + (UTC)
Joel via ntg-context  wrote:

> I am trying to place a bibliography at the end of the chapter, not
> the end of the whole document. I tried various code such as
> `criteria=bychapter` etc., but it will only show the entire
> bibliography for the whole document. How can I limit the list to the
> material falling within that chapter?
> 
>     \starttext
>     \startchapter[title={Robots}]
>     \input knuth    \cite[source1]
>     \placelistofpublications[criteria=bychapter]
>     \placelistofpublications[way=bychapter]
> \placelistofpublications[criteria=chapter] \stopchapter
>     \stoptext
> 
> --Joel

\placelistofpublications [criterium=chapter]

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] How to show bibliography only for the chapter?

2023-05-06 Thread Joel via ntg-context
I am trying to place a bibliography at the end of the chapter, not the end of 
the whole document. I tried various code such as `criteria=bychapter` etc., but 
it will only show the entire bibliography for the whole document. How can I 
limit the list to the material falling within that chapter?

    \starttext
    \startchapter[title={Robots}]
    \input knuth    \cite[source1]
    \placelistofpublications[criteria=bychapter]
    \placelistofpublications[way=bychapter]    
\placelistofpublications[criteria=chapter]
    \stopchapter
    \stoptext

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___