From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34320 Path: news.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: bib + local & global citations Date: Wed, 18 Apr 2007 00:22:19 +0200 Message-ID: <4625489B.5050600@net-b.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176848764 17037 80.91.229.12 (17 Apr 2007 22:26:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Apr 2007 22:26:04 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 18 00:25:59 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1Hdw7a-0001Zj-Qg for gctc-ntg-context-518@m.gmane.org; Wed, 18 Apr 2007 00:25:58 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7A2FD2029E; Wed, 18 Apr 2007 00:25:57 +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 04068-05; Wed, 18 Apr 2007 00:25:55 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7863720299; Wed, 18 Apr 2007 00:22:27 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6E08720299 for ; Wed, 18 Apr 2007 00:22:25 +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 04068-04 for ; Wed, 18 Apr 2007 00:22:20 +0200 (CEST) Original-Received: from zs04.physik.fu-berlin.de (zs04.physik.fu-berlin.de [160.45.35.155]) by ronja.ntg.nl (Postfix) with ESMTP id A20B720297 for ; Wed, 18 Apr 2007 00:22:20 +0200 (CEST) Original-Received: from ith.physik.fu-berlin.de ([160.45.32.115] helo=[127.0.0.1]) by zs04.physik.fu-berlin.de with esmtp (Exim 4.63) (envelope-from ) id 1Hdw44-0003TJ-FG; Wed, 18 Apr 2007 00:22:20 +0200 User-Agent: Thunderbird 1.5.0.10 (X11/20060911) X-Scanned: No viruses found. X-Scan-Signature: 85ac750134d318650b4c5014334c13e4 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:34320 Archived-At: Hello, I use bibl-aps which has references of the form "[1]". I want to have a global bib index (\placepublications[criterium=all]), but in two sections I want to have a local bib index (\placepublications[criterium=section]) too. The numbers should not be reseted in between. Currently, I get: \chapter{somewhere} [1]...[45] \chapter \section{local 1} [1]...[30] % <-- should be 46-76 \placepublication[criterium=section] [1]...[76] % <-- should be 46-76 \placepublications[criterium=all] [1]...[76] Any idea how to do this? Tobias