From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/59436 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: \setupcite[authornum][...] not working Date: Tue, 08 Jun 2010 16:36:32 +0200 Message-ID: <4C0E5570.3040901@elvenkind.com> References: <201006081513.33011.warrence.stm@gmx.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1276007807 9206 80.91.229.12 (8 Jun 2010 14:36:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Jun 2010 14:36:47 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Jun 08 16:36:44 2010 connect(): No such file or directory Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OLzv2-0002EQ-4Y for gctc-ntg-context-518@m.gmane.org; Tue, 08 Jun 2010 16:36:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7E947C9CEB; Tue, 8 Jun 2010 16:36:42 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8hMT3hwwWUUx; Tue, 8 Jun 2010 16:36:35 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DB601C9C0E; Tue, 8 Jun 2010 16:36:35 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CF61EC9C0E for ; Tue, 8 Jun 2010 16:36:34 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0j9qyxktsKwY for ; Tue, 8 Jun 2010 16:36:32 +0200 (CEST) Original-Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by balder.ntg.nl (Postfix) with ESMTP id 9E76AC9BCF for ; Tue, 8 Jun 2010 16:36:32 +0200 (CEST) Original-Received: from [192.168.178.26] (boo.demon.nl [83.163.247.99]) (authenticated bits=0) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id o58EaWRd030756 for ; Tue, 8 Jun 2010 16:36:32 +0200 (CEST) (envelope-from taco@elvenkind.com) User-Agent: Thunderbird 2.0.0.23 (X11/20090822) In-Reply-To: <201006081513.33011.warrence.stm@gmx.de> X-Virus-Scanned: by XS4ALL Virus Scanner X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:59436 Archived-At: Stefan M=FCller wrote: > = > I already tried apa style, the same there. In addition, the names of a = > citation placed with \cite[author] (e.g. "Doe and Fisher") are not typese= tted = > as those of a citation placed with \cite[authornum] (e.g. "Doe,Fisher"), = > although I think (from a short glimpse at bibl-ams.tex) they should. > = > Am I doing something wrong or is this a bug? Any help appreciated. No, it is just a hack (authornum). I tried to fix it now, but that is = turning out harder than I expected so probably the best approach is to redefine authornum using author and num: \def\bibauthornumref[#1]% {\bibalternative{left}% \cite[author][#1] \bibalternative{inbetween}% \cite[num][#1] \bibalternative{right}} with that, 'authornum' listens to left, right and inbetween keys, and there rest of formatting is controlled by \setupcite[num] and \setupcite[author]. Best wishes, Taco ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________