From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29429 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: New bib module release (2006.07.13) Date: Tue, 18 Jul 2006 12:31:10 +0200 Message-ID: <44BCB86E.5010205@elvenkind.com> References: <44B608BF.907@elvenkind.com> <44BBB2CA.7080208@net-b.de> <44BBC95D.6030801@elvenkind.com> <44BBE927.8030300@net-b.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 1153218706 14849 80.91.229.2 (18 Jul 2006 10:31:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Jul 2006 10:31:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jul 18 12:31:38 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 1G2mrZ-0004SK-7g for gctc-ntg-context-518@m.gmane.org; Tue, 18 Jul 2006 12:31:37 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 66F9E12816; Tue, 18 Jul 2006 12:31:36 +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 23118-07; Tue, 18 Jul 2006 12:31:31 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2C433127FF; Tue, 18 Jul 2006 12:31:30 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 468B0127FF for ; Tue, 18 Jul 2006 12:31:23 +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 23318-05-2 for ; Tue, 18 Jul 2006 12:31:14 +0200 (CEST) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with SMTP id D5D13127ED for ; Tue, 18 Jul 2006 12:31:13 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id BDE4C1B943 for ; Tue, 18 Jul 2006 12:31:12 +0200 (CEST) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20228-05 for ; Tue, 18 Jul 2006 12:31:11 +0200 (CEST) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 690BE1B44F for ; Tue, 18 Jul 2006 12:31:11 +0200 (CEST) User-Agent: Mozilla Thunderbird 1.0.6-7.1.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <44BBE927.8030300@net-b.de> X-Virus-Scanned: by amavisd-new at elvenkind.net 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:29429 Archived-At: Hi Tobias, Your bugs are a bit bizarre. It is not as hot now as it was yesterday evening, so I can think better now. Tobias Burnus wrote: > However, I still have some problems (see attached testcase): Testfile runs fine here: no empty braces except for 'url', which is correct. > \cite[doi][Slater1954] % produces "[ http://dx.doi.org/..../1498]" > with superfluous space and DOI-URL not DOI. > Expected: shows "10.1103/Phys...." not "http://" ... This would have fixed it: \setupcite[doi][interaction=stop] But my next version makes this automatic by checking the value of the global interaction mode. > (The superfluous space disappears when using > \setupinteraction[state=start].) There is no superfluous space when I try it, so I cannot reproduce the problem. Are you sure your local system is loading the right files? > I have another feature with for \cite[author*][...]: I'd like to limit > the displayed name to the family name of the first author. Currently, I > have: (Firstauthor and Lastauthor,1954) or (Firstauthor et al.,2005), > however to save space I'd like to have only (Firstauthor,2005). I see > andtext, otherstext, but miss the authoretallimit, which I would set to one. My next upload (momentarily) will support: \setupcite[author][authoretallimit=1, otherstext=] Just wait five minutes or so > Does APA really uses several authors for authoryear? I do not think so (the bib module doesnt) Taco