From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33384 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Not able to use Bibtex module Date: Fri, 16 Feb 2007 10:28:49 -0500 (EST) Message-ID: References: <1309.10.122.68.3.1171621049.squirrel@webmail.elect-eng.its.ac .id> 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: sea.gmane.org 1171639857 5922 80.91.229.12 (16 Feb 2007 15:30:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Feb 2007 15:30:57 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Feb 16 16:30:49 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1HI52u-0002CG-Gq for gctc-ntg-context-518@m.gmane.org; Fri, 16 Feb 2007 16:30:48 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 81B6037; Fri, 16 Feb 2007 16:28:38 +0100 (CET) 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 22982-06; Fri, 16 Feb 2007 16:28:38 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6FC4E48; Fri, 16 Feb 2007 16:26:50 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5C3BC48 for ; Fri, 16 Feb 2007 16:26:48 +0100 (CET) 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 23017-01-2 for ; Fri, 16 Feb 2007 16:26:43 +0100 (CET) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by ronja.ntg.nl (Postfix) with ESMTP id 893D537 for ; Fri, 16 Feb 2007 16:26:43 +0100 (CET) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY tombraider.mr.itd.umich.edu ID 45D5CDB2.82C03.17320 ; 16 Feb 2007 10:28:51 -0500 In-Reply-To: <1309.10.122.68.3.1171621049.squirrel@webmail.elect-eng.its.ac.id> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:33384 Archived-At: On Fri, 16 Feb 2007, Zulkifli Hidayat wrote: > Hi, > > I'm trying to use bib module. So far, I still can't make it work. I can't > have the pdf shows the list of reference. > > I have made a small test file to try the bib module (it is shown below > this mail). For the test, I use only the default options. I also attach > the output of the Context process. My Context version is 12.01.2007 on MS > Windows XP SP2. > > So what I did are: > 1. Make the .bbl file -> tes.bbl > 2. Make the main file -> tes.tex > 3. Include the tes.bbl in tes.tex as it is written below > > Any comment is appreciated. I did not actually try your file, but the reason it is not working may be spaces in your key value assignments. > \setuppublicationlist[% > criterium=all, > totalnumber = 2] ^^^^^^ > \startpublication[ > k = katfti, % key ^^^^^^^^^^^ etc. That is instead of key(space)=(space)value, use key=value, There can be spaces before the key, as is (space)key=value, but there should be no other spaces. Aditya