From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17970 Path: main.gmane.org!not-for-mail From: David Munger Newsgroups: gmane.comp.tex.context Subject: bib module problem Date: Tue, 25 Jan 2005 16:49:39 -0500 Message-ID: <1106689780.26130.3.camel@tempete.lac.qc.ca> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1106689732 5368 80.91.229.6 (25 Jan 2005 21:48:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Jan 2005 21:48:52 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 25 22:48:45 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CtYYH-0006T1-00 for ; Tue, 25 Jan 2005 22:48:45 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 13ABF127B8; Tue, 25 Jan 2005 22:48:44 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02130-05; Tue, 25 Jan 2005 22:48:41 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F3BE2127B1; Tue, 25 Jan 2005 22:48:40 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 435E2127B1 for ; Tue, 25 Jan 2005 22:48:39 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02091-04 for ; Tue, 25 Jan 2005 22:48:38 +0100 (CET) Original-Received: from tomts25-srv.bellnexxia.net (tomts25-srv.bellnexxia.net [209.226.175.188]) by ronja.ntg.nl (Postfix) with ESMTP id D164F1276B for ; Tue, 25 Jan 2005 22:48:37 +0100 (CET) Original-Received: from tempete.lac.qc.ca ([69.156.164.148]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050125214829.MRLN1567.tomts25-srv.bellnexxia.net@tempete.lac.qc.ca> for ; Tue, 25 Jan 2005 16:48:29 -0500 Original-Received: from tempete.lac.qc.ca ([192.168.1.1] ident=david) by tempete.lac.qc.ca with esmtp (Exim 4.34) id 1CtYZA-0008AE-KK for ntg-context@ntg.nl; Tue, 25 Jan 2005 16:49:40 -0500 Original-To: mailing list for ConTeXt users X-Mailer: Evolution 2.0.2 X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17970 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17970 The bib module won't complete the publications list when there is more than one cite command. Try the following: ------------------------------------------------ \usemodule[bib] \startpublication[k=biskamp2003,t=inbook, a={Biskamp},y=2003,n=1,s=Bis03] \author[]{Dieter}[D.]{}{Biskamp} \pubyear{2003} \title{Magnetohydrodynamic turbulence} \pubname{Cambridge University Press} \stoppublication \startpublication[k=sneyd1994,t=article, a={Sneyd and Wang},y=1994,n=2,s=SW94] \artauthor[]{A.~D.}[A.~D.]{}{Sneyd} \artauthor[]{A.}[A.]{}{Wang} \pubyear{1994} \arttitle{Interfacial instability due to {MHD} mode coupling in aluminium reduction cells} \journal{J. Fluid Mech.} \volume{263} \pages{343-359} \stoppublication \starttext See \cite[authoryear][biskamp2003] and \cite[authoryear][sneyd1994]. \placepublications \stoptext ------------------------------------------------ You'll get no publication list. Then comment out either of the \cite commands and you'll get the single-publication list. Thanks for any help. Regards, David