From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30663 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: multiple bibliographies Date: Wed, 06 Sep 2006 08:17:59 +0200 Message-ID: <44FE6817.30204@elvenkind.com> 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 1157523506 14284 80.91.229.2 (6 Sep 2006 06:18:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Sep 2006 06:18:26 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Sep 06 08:18:24 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 1GKqjp-00069Q-O4 for gctc-ntg-context-518@m.gmane.org; Wed, 06 Sep 2006 08:18:17 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F394F1FDE4; Wed, 6 Sep 2006 08:18:16 +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 07040-05; Wed, 6 Sep 2006 08:18:11 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B72631FDEB; Wed, 6 Sep 2006 08:18:10 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 90DA61FDEB for ; Wed, 6 Sep 2006 08:18:06 +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 06912-02 for ; Wed, 6 Sep 2006 08:18:01 +0200 (CEST) Original-Received: from post-26.mail.nl.demon.net (post-26.mail.nl.demon.net [194.159.73.196]) by ronja.ntg.nl (Postfix) with SMTP id D042A1FDE4 for ; Wed, 6 Sep 2006 08:18:00 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:37975 helo=[10.10.0.3]) by post-26.mail.nl.demon.net with esmtp (Exim 4.51) id 1GKqjY-000HQq-0l for ntg-context@ntg.nl; Wed, 06 Sep 2006 06:18:00 +0000 User-Agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: 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:30663 Archived-At: Hi guys, Aditya Mahajan wrote: > 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: This should work except that the numbers in the second \placepublications will probably restart at 1 with the current version. That would be easy to fix, so if you send me a small test file I can easily add a no-reset switch. > I do not know anything about feasibility, but have a suggestion for > the input syntax. How about if there is > > \definecitemethod[one] > \definecitemethod[two] I have to think about that. It sounds useful, but I am not sure off-hand how to make it work. Cheers, Taco