ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Robert Blackstone <blackstone.robert@gmail.com>
To: ntg-context@ntg.nl
Subject: Re: bibliography: multiple categories
Date: Wed, 12 Sep 2012 12:48:06 +0200	[thread overview]
Message-ID: <4CADC623-FCAE-4C1A-8489-A29E40A4BAF3@gmail.com> (raw)
In-Reply-To: <mailman.30.1347376699.2084.ntg-context@ntg.nl>


On 11 Sep 2012, at 17:18 , Andreas Mang <mang@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
___________________________________________________________________________________


       reply	other threads:[~2012-09-12 10:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.30.1347376699.2084.ntg-context@ntg.nl>
2012-09-12 10:48 ` Robert Blackstone [this message]
2012-09-11 12:20 Andreas Mang
2012-09-11 16:53 ` Thomas A. Schmitz

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=4CADC623-FCAE-4C1A-8489-A29E40A4BAF3@gmail.com \
    --to=blackstone.robert@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).