From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11056 Path: main.gmane.org!not-for-mail From: Idris S Hamid Newsgroups: gmane.comp.tex.context Subject: Re: bibtex Date: Sat, 15 Feb 2003 14:26:48 -0700 Sender: ntg-context-admin@ntg.nl Message-ID: <3E4EB098.16FD8F07@lamar.colostate.edu> References: <3E4C2206.4021B7F8@lamar.colostate.edu> <20030214100735.14033@mail.comp.lancs.ac.uk> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1045344372 15095 80.91.224.249 (15 Feb 2003 21:26:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 15 Feb 2003 21:26:12 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18k9p3-0003v7-00 for ; Sat, 15 Feb 2003 22:26:09 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6F22A10AF0; Sat, 15 Feb 2003 22:28:27 +0100 (MET) Original-Received: from mesa.acns.ColoState.EDU (mesa.acns.colostate.edu [129.82.100.130]) by ref.ntg.nl (Postfix) with ESMTP id E0D5510AE7 for ; Sat, 15 Feb 2003 22:26:49 +0100 (MET) Original-Received: from lamar.colostate.edu (lamar.acns.colostate.edu [129.82.100.75]) by mesa.acns.ColoState.EDU (AIX4.3/8.9.3/8.9.3) with ESMTP id OAA69086 for ; Sat, 15 Feb 2003 14:26:49 -0700 Original-Received: from lamar.colostate.edu (ihamid.libarts.colostate.edu [129.82.187.166] (may be forged)) by lamar.colostate.edu (AIX5.1/8.11.0/8.8.8) with ESMTP id h1FLQmw507326 for ; Sat, 15 Feb 2003 14:26:48 -0700 X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: ishamid@colostate.edu List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11056 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11056 A clever yet simple solution. Works well so far. Thnx to you and Eckhart for this! Idris > Actually, Eckhart Guthöhrlein came up with a suggestion a week or so ago > that does this. He had: > > \def\citeplus[#1][#2][#3]{% > {% > \setupcite[#1][right={, #3)}]% > \cite[#1][#2]% > }% > } > > I simplified it to something like: > > \def\citepage[#1][#2]{% > {% > \setupcite[authoryears][right={, #2)}]% > \cite[authoryears][#1]% > }% > } > > And it is used something like this: > \citepage[McAd:84][pp.~4--6]