From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30749 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: YABQ (yet another bib question...) Date: Mon, 11 Sep 2006 19:11:13 +0200 Message-ID: <450598B1.3060408@elvenkind.com> References: <15E4E12C-D2D3-4A6A-94D8-25161ADB14B5@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 1157994696 5086 80.91.229.2 (11 Sep 2006 17:11:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Sep 2006 17:11:36 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 11 19:11:32 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 1GMpJi-0004SF-VV for gctc-ntg-context-518@m.gmane.org; Mon, 11 Sep 2006 19:11:31 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 96BA91FDE5; Mon, 11 Sep 2006 19:11:30 +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 20822-03-3; Mon, 11 Sep 2006 19:11:23 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3D3FF1FDE8; Mon, 11 Sep 2006 19:11:23 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 646231FDE8 for ; Mon, 11 Sep 2006 19:11:19 +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 20822-03-2 for ; Mon, 11 Sep 2006 19:11:15 +0200 (CEST) Original-Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by ronja.ntg.nl (Postfix) with SMTP id B085C1FDE5 for ; Mon, 11 Sep 2006 19:11:15 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:48411 helo=[10.10.0.3]) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1GMpJR-000IQH-8N for ntg-context@ntg.nl; Mon, 11 Sep 2006 17:11:13 +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: <15E4E12C-D2D3-4A6A-94D8-25161ADB14B5@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:30749 Archived-At: Thomas A. Schmitz wrote: > Sanjoy, > > thanks for your rely. Of course you're quite right, this is the wau > to go, and it works. But my question was imprecise because I did not > mention what was causing the problem: I'm working with split > bibliographies and want to refer in chapter 2 to an item already > included in the biblio of chapter 2. If I just put a \cite command > somewhere, this item will be included a second time in the list of > chapter 2. So my question is: this item does already have a counter > attached to it. Is it possible to refer to this raw counter across > chapters? Like so: > > Chapter 1 > > [1] main reference > > Chapter 2 > > [2] another thing > > [3] and yet another [reprinted in [1]] > > without having [1] main reference repeated. This my very well be > impossible, I'm just wondering. You can try this: \def\silentcite[#1]% {\bgroup \let\addthisref\gobbleoneargument \cite[#1]% \egroup} (untested). If that does not work, it is not possible. Taco