[NTG-context] Bibliography: separating different kinds of literature OR Sectioning bibliography by type

2024-06-04 Thread Ben Moon via ntg-context
Hey there,
I would like to place a list of bibliography according to types (article, book, 
in proceedings) in my document. Similar like here:
https://tex.stackexchange.com/questions/112874/sectioning-bibliography-by-type-with-multiple-types-per-section
Sectioning bibliography by type (with multiple types per section)
tex.stackexchange.com

and here:
https://www.mail-archive.com/ntg-context@ntg.nl/msg77056.html
The example provided by Hans doesn’t seem to properly work any more, and I 
cannot make the suggestion work of using two different datasets work as 
suggested in the same thread.
So this is where I’m stuck:

\definebtxdataset[main]
\usebtxdataset[main][maindata.buffer]
\definebtxdataset[images]
\usebtxdataset[images][imagedata.buffer]
\usebtxdefinitions[mycustom, aps]
\setupbtx[dataset=main]
\definebtxrendering[bibrendering][mycustom, aps][dataset=main]
\definebtxrendering[bibimgrendering][mycustom, aps][dataset=images]

\placelistofpublications[bibrendering]
\placelistofpublications[bibimgrendering]

It would be much appreciated if someone could provide a working example?

Thank you very much

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

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


Re: [NTG-context] Bibliography: separating different kinds of literature

2015-01-26 Thread Alan BRASLAU
On Mon, 26 Jan 2015 10:25:53 +0100
Mojca Miklavec mojca.miklavec.li...@gmail.com wrote:

 Hi,
 
 What is the proper way to separate bibliography according to some
 criteria?
 
 I would like to separate serious publications from web sites (used
 when referring to hardware models used in experiments for example).
 
 Thank you,
 Mojca

Why not use two different datasets?

Alan
___
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
___

[NTG-context] Bibliography: separating different kinds of literature

2015-01-26 Thread Mojca Miklavec
Hi,

What is the proper way to separate bibliography according to some criteria?

I would like to separate serious publications from web sites (used
when referring to hardware models used in experiments for example).

Thank you,
Mojca
___
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
___

Re: [NTG-context] Bibliography: separating different kinds of literature

2015-01-26 Thread Hans Hagen

On 1/26/2015 10:25 AM, Mojca Miklavec wrote:

Hi,

What is the proper way to separate bibliography according to some criteria?

I would like to separate serious publications from web sites (used
when referring to hardware models used in experiments for example).


I can add a kind of filtering plugin mechanism but first we need to 
stabelize what we have.


We can filter on keyword, although I hadn't; yet adapted that to the 
latest internals ... when you pick up the beta you can do this:


\startsection[title=A List (bogus)]
\placebtxrendering[criterium=all,keyword=bogus]
\stopsection

\startsection[title=A List (important)]
\placebtxrendering[criterium=all,keyword=important]
\stopsection

\startsection[title=A List (rest)]
\placebtxrendering[criterium=all]
\stopsection

Because flushed entries get flagged you will get th enot yet flushed 
last. We can of course refine that model (e.g. keyword={!bogus} and so) 
but not today (operating in flu-mode).


See attached example-003.tex.

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-


examples.7z
Description: application/7z-compressed
___
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
___