From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/55049 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: bibliography authoryears problem Date: Fri, 04 Dec 2009 19:35:32 +0100 Message-ID: <4B195674.1030106@wxs.nl> References: <73F93014-055B-486F-8BE4-27A7968ABE41@gmail.com> <4B18C6F1.5090803@elvenkind.com> <76287CDD-6553-4E8C-A08D-06AAD0FD99AC@googlemail.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"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1259951755 14433 80.91.229.12 (4 Dec 2009 18:35:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Dec 2009 18:35:55 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 04 19:35:48 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 1NGd0G-0006XI-MI for gctc-ntg-context-518@m.gmane.org; Fri, 04 Dec 2009 19:35:40 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4E64CC9D16; Fri, 4 Dec 2009 19:32:22 +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 U-YCPiREwiXA; Fri, 4 Dec 2009 19:32:21 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7FF00C9D0C; Fri, 4 Dec 2009 19:32:19 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 48089C9D0C for ; Fri, 4 Dec 2009 19:32:18 +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 aOtW0rR3lImY for ; Fri, 4 Dec 2009 19:32:16 +0100 (CET) Original-Received: from mail.solcon.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by balder.ntg.nl (Postfix) with ESMTP id 170ACC9CE8 for ; Fri, 4 Dec 2009 19:32:16 +0100 (CET) X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-9 (SurgeMail 4.2a3) with ESMTP id 9954-1713362 for ; Fri, 04 Dec 2009 19:34:06 +0100 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <76287CDD-6553-4E8C-A08D-06AAD0FD99AC@googlemail.com> X-Authenticated-User: hagen@controller-9 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:55049 Archived-At: Wolfgang Schuster wrote: > Am 04.12.2009 um 09:23 schrieb Taco Hoekwater: > >> 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. > > How about this: > > \def\preloadbiblist > {\globallet\preloadbiblist\relax > \pushendofline > \dousepublications\jobname > \popendofline} that's also a nice solution (i didn't know it was till in mkiv -) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 ___________________________________________________________________________________