From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30661 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: multiple bibliographies Date: Tue, 5 Sep 2006 22:53:36 -0400 (EDT) Message-ID: References: <9C0EFBBD-34E8-45C1-928D-9D0AF5907B63@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157511256 18051 80.91.229.2 (6 Sep 2006 02:54:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Sep 2006 02:54:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Sep 06 04:54:13 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GKnY9-0003ke-GZ for gctc-ntg-context-518@m.gmane.org; Wed, 06 Sep 2006 04:54:01 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F33221FD9B; Wed, 6 Sep 2006 04:53:59 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28050-01; Wed, 6 Sep 2006 04:53:51 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CE7CA1FC07; Wed, 6 Sep 2006 04:53:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 50DCE1FC07 for ; Wed, 6 Sep 2006 04:53:47 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27340-07 for ; Wed, 6 Sep 2006 04:53:40 +0200 (CEST) Original-Received: from hellskitchen.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.82]) by ronja.ntg.nl (Postfix) with SMTP id 6E2721FBBA for ; Wed, 6 Sep 2006 04:53:40 +0200 (CEST) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY hellskitchen.mr.itd.umich.edu ID 44FE3831.401F6.20429 ; 5 Sep 2006 22:53:38 -0400 Original-To: mailing list for ConTeXt users In-Reply-To: <9C0EFBBD-34E8-45C1-928D-9D0AF5907B63@uni-bonn.de> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30661 Archived-At: On Tue, 5 Sep 2006, Thomas A. Schmitz wrote: > Dear all (and esp. Taco), > Maybe a bit of background, and please tell me if you think this is a > stupid idea: every term, I have to prepare lists of references for my > several classes, and there usually is a lot of repetition and > overlap. So I'm dreaming of having one big bibtex database and > producing the lists via assorted \nocite commands. But i usually > split up these bibliographies into several sections, and I want all > items numbered in sequence, so I have in my source: > > \section{One} > > \nocite[myfirst] \nocite[mysecond] > > \placepublications > > \section{Two} > > \nocite[mythird] \nocite[myfourth] > > \placepublications > I do not know anything about feasibility, but have a suggestion for the input syntax. How about if there is \definecitemethod[one] \definecitemethod[two] after which you can do \cite[method=one][myfirst] or \nocite[method=one][mysecond] and also \cite[method={one,two}][ref] and so on. And to obtain a list of bibliographies, do \placepublications[method=one] I am not sure whether this is same as how criteria works right now. Do you think that a syntax like this makes sense? Aditya