Re: [NTG-context] bibliography: multiple categories

2012-09-12 Thread Robert Blackstone

On 11 Sep 2012, at 17:18 , Andreas Mang m...@imt.uni-luebeck.de wrote

 is there a way to split the bibliography (at the end of the document with 
 bibtex support) in several categories, which have different headings (similar 
 to what latexs' multibib or splitbib does)?
 

Hi Andreas,
As long as no official solution, worthy of ConTeXt, is available, perhaps you 
could use the solution that works for me.
1. Place the two categories of references in two separate .bib-files and 
process them to give you the two corresponding .bbl-files
2. Make a chapter Bibliography (or whatever you like to call it) with two 
sections, in  which you input the respective .bbl-file plus a list of \nocite 
's for the items you want.
My .tex-file, which works with mkii and mkiv, is like this:
---
\setuppublications[alternative=apa,sorttype=bbl]
\setuphead[chapter][number=no]
\setuphead[section][number=no]

\starttext 
\chapter{References}

\section{Articles, Books and Theses}

\input TD-Bib-Bks.bbl
\input TD-Bks-nocite.tex

\placepublications[criterium=cite]

\section{Treatises}

\input TD-Bib-T.bbl
\input TD-T-nocite.tex

\placepublications[criterium=cite]

\section{Music}

\input TD-Bib-mus.bbl
\input TD-mus-nocite.tex

\placepublications[criterium=cite]

\stoptext 
---
I hope it helps.

Best regards,

Robert Blackstone
___
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: multiple categories

2012-09-11 Thread Andreas Mang
Dear all,

is there a way to split the bibliography (at the end of the document with 
bibtex support) in several categories, which have different headings (similar 
to what latexs' multibib or splitbib does)?

Cheers,
Andreas

This is what I would like to have as an output:

==
Original Papers
My Name and Friends, Some Title, Some Journal, Some Year
My Name and Friends, Some Title, Some Conference, Some Year

References (other authors)
Author A. and Friends, Some Title, Some Journal, Some Year
Author B. and Friends, Some Title, Some Conference, Some Year
Author C. and Friends, Some Title, Some Conference, Some Year
==





___
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: multiple categories

2012-09-11 Thread Thomas A. Schmitz

On 09/11/2012 02:20 PM, Andreas Mang wrote:

is there a way to split the bibliography (at the end of the document with 
bibtex support) in several categories, which have different headings (similar 
to what latexs' multibib or splitbib does)?

Cheers,
Andreas

This is what I would like to have as an output:

==
Original Papers
My Name and Friends, Some Title, Some Journal, Some Year
My Name and Friends, Some Title, Some Conference, Some Year

References (other authors)
Author A. and Friends, Some Title, Some Journal, Some Year
Author B. and Friends, Some Title, Some Conference, Some Year
Author C. and Friends, Some Title, Some Conference, Some Year
==


No, that's not possible today, but it is a long standing feature 
request, and one on which Hans kind of promised to do work on a rainy 
afternoon. It's raining this afternoon here in Mannheim, so Hans?


All best

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