ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: YABQ (yet another bib question...)
Date: Mon, 11 Sep 2006 19:11:13 +0200	[thread overview]
Message-ID: <450598B1.3060408@elvenkind.com> (raw)
In-Reply-To: <15E4E12C-D2D3-4A6A-94D8-25161ADB14B5@uni-bonn.de>

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

  reply	other threads:[~2006-09-11 17:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-08 20:53 Thomas A. Schmitz
2006-09-08 22:40 ` Sanjoy Mahajan
2006-09-10 13:30   ` Taco Hoekwater
2006-09-14 21:46     ` Thomas A. Schmitz
2006-09-15  7:57       ` Taco Hoekwater
2006-09-15  9:18         ` Thomas A. Schmitz
2006-09-15  9:47           ` Taco Hoekwater
2006-09-15 10:05             ` Thomas A. Schmitz
2006-09-15 12:34           ` Sanjoy Mahajan
2006-09-15 13:09             ` Thomas A. Schmitz
2006-09-15 14:45               ` Taco Hoekwater
2006-09-11  8:28   ` Thomas A. Schmitz
2006-09-11 17:11     ` Taco Hoekwater [this message]
2006-09-11 19:05       ` Thomas A. Schmitz
2006-09-11 19:30     ` Sanjoy Mahajan

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=450598B1.3060408@elvenkind.com \
    --to=taco@elvenkind.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).