From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27775 Path: news.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: m-bib and \onlinecite Date: Tue, 09 May 2006 20:49:01 +0200 Message-ID: <4460E41D.7050101@net-b.de> References: <44609C41.1050900@gmx.de> <4460A914.6080504@elvenkind.com> 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 1147200574 25114 80.91.229.2 (9 May 2006 18:49:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 May 2006 18:49:34 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue May 09 20:49:27 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 1FdXGh-0005yK-Ux for gctc-ntg-context-518@m.gmane.org; Tue, 09 May 2006 20:49:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9C388127D1; Tue, 9 May 2006 20:49:11 +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 10079-03-4; Tue, 9 May 2006 20:49:05 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7399A127B7; Tue, 9 May 2006 20:49:05 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 41A3A127B7 for ; Tue, 9 May 2006 20:49:03 +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 10079-03-3 for ; Tue, 9 May 2006 20:49:02 +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 SMTP id 2F777127B6 for ; Tue, 9 May 2006 20:49:01 +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.62) (envelope-from ) id 1FdXGX-0001mf-Ml; Tue, 09 May 2006 20:49:01 +0200 User-Agent: Thunderbird 1.5 (X11/20060317) Original-To: mailing list for ConTeXt users In-Reply-To: <4460A914.6080504@elvenkind.com> X-Scanned: No viruses found. X-Scan-Signature: fc3768531c28969e57b6c465eb04db71 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:27775 Archived-At: Hi Taco, Taco Hoekwater schrieb: > \def\onlinecite#1{\cite[left=,right=][#1]} > But are you sure the macro should not be called \inlinecite ? > I'm not sure how it should be called, however, in APS' RevTeX it is called \onlinecite (as the number is not a superscript but on the line). (Thanks for the reminder to use \cite[left=...][]. I was thinking only of \setupcite[num][left=...]; now wikified) Tobias