From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28764 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: bib module beta test Date: Thu, 22 Jun 2006 11:35:06 -0400 (EDT) Message-ID: References: <449A69DE.1080707@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1150990536 11581 80.91.229.2 (22 Jun 2006 15:35:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Jun 2006 15:35:36 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jun 22 17:35:33 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 1FtRDH-00059v-NS for gctc-ntg-context-518@m.gmane.org; Thu, 22 Jun 2006 17:35:23 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 72A0D12800; Thu, 22 Jun 2006 17:35: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 01092-04; Thu, 22 Jun 2006 17:35:17 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3FEC512805; Thu, 22 Jun 2006 17:35:17 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2CFE912805 for ; Thu, 22 Jun 2006 17:35:15 +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 01594-02 for ; Thu, 22 Jun 2006 17:35:13 +0200 (CEST) Original-Received: from hellskitchen.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.82]) by ronja.ntg.nl (Postfix) with SMTP id 9DF4012800 for ; Thu, 22 Jun 2006 17:35:12 +0200 (CEST) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY hellskitchen.mr.itd.umich.edu ID 449AB8AD.1B373.24731 ; 22 Jun 2006 11:35:10 -0400 Original-To: mailing list for ConTeXt users In-Reply-To: <449A69DE.1080707@elvenkind.com> 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:28764 Archived-At: On Thu, 22 Jun 2006, Taco Hoekwater wrote: > Hi, > > Some of you may have missed this, but I have posted a beta of the > bibliographic module on http://modules.contextgarden.net/bib > > I would appreciate it if people that have documents with large > bibliographies would download it and run their files. Some mayor > stuff has changed, and I really need confirmation that I have not > broken backward compatibility. Something is wrong with alternative=3Dnum|num-fr. Consider %------test.tex--------- \usemodule[bib] \setuppublications[alternative=3Dnum] % num-fr also does not work \starttext The manual of bib||module is \cite[me]. \placepublications \stoptext %------------------------------- %-------test.bbl------------------ \startpublication[k=3Dme, t=3Dmanual, a=3DHoekwater, y=3D2006, s=3DTH2006, n=3D1, u=3Dhttp://contextgarden.net/Bibliography] \author[]{Taco}[T.]{}{Hoekwater} \title{\CONTEXT\ Publication Module, The user documententation} \pubyear{2006} \note{In case you didn't know: it's the document you are reading now} \pages{14} \stoppublication %------------------------------------------------------------ The output looks like ---------------------------------------- The manual of bib--module is [1]. [] Taco Hoekwater ConTEXt Publication Module, The user = documententation. 14p. In case you didn=92t know: it=92s the document you are reading now. ---------------------------------------------------- Notice the empty brackets in the list of publications. Aditya