From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/55022 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: bibliography authoryears problem Date: Fri, 04 Dec 2009 09:23:13 +0100 Message-ID: <4B18C6F1.5090803@elvenkind.com> References: <73F93014-055B-486F-8BE4-27A7968ABE41@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1259915015 22950 80.91.229.12 (4 Dec 2009 08:23:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Dec 2009 08:23:35 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 04 09:23:28 2009 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.50) id 1NGTRn-0002WY-9C for gctc-ntg-context-518@m.gmane.org; Fri, 04 Dec 2009 09:23:27 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 23B76C9CD5; Fri, 4 Dec 2009 09:20:07 +0100 (CET) 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 R-i-Dt320rAb; Fri, 4 Dec 2009 09:20:03 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3B87BC9C9F; Fri, 4 Dec 2009 09:20:02 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4C2D0C9C9F for ; Fri, 4 Dec 2009 09:20:00 +0100 (CET) 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 mDi9eNdCEJsM for ; Fri, 4 Dec 2009 09:19:57 +0100 (CET) Original-Received: from plane.elvenkind.com (elvenknd.xs4all.nl [82.95.203.226]) by balder.ntg.nl (Postfix) with ESMTP id 6A7C7C9C9B for ; Fri, 4 Dec 2009 09:19:57 +0100 (CET) Original-Received: from glenlivet.elvenkind.com (glenlivet.elvenkind.com [10.10.0.6]) by plane.elvenkind.com (Postfix) with ESMTP id E49748020885 for ; Fri, 4 Dec 2009 09:23:13 +0100 (CET) User-Agent: Thunderbird 2.0.0.21 (X11/20090319) In-Reply-To: <73F93014-055B-486F-8BE4-27A7968ABE41@gmail.com> 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:55022 Archived-At: Hi, Michael Green wrote: > When using refcommand=authoryears and Mk IV the first reference is > formatted incorrectly. > > There is the left parenthesis, then a line break, then the rest of the > reference followed by the right parenthesis. Here is the cause: the first \cite in mkiv internally runs \usepublications[\jobname]. This inputs bib-test.bbl, which contains a \par, and that is where the new line comes from. A workaround is to add \usepublications[\jobname] in the document preamble. It works in mkii because in mkii, that command is executed at \starttext. For Hans: perhaps \usemodule[bib] should run the command? I know that is supposed to be obsolete, but I assume you do not want to use the odd logic from mkii in mkiv. Best wishes, Taco ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________