From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33407 Path: news.gmane.org!not-for-mail From: "Zulkifli Hidayat" Newsgroups: gmane.comp.tex.context Subject: Re: Not able to use Bibtex module Date: Sun, 18 Feb 2007 12:48:17 +0700 (WIT) Message-ID: <1445.10.122.68.3.1171777697.squirrel@webmail.elect-eng.its.ac.id> References: 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 1171778544 21762 80.91.229.12 (18 Feb 2007 06:02:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Feb 2007 06:02:24 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Feb 18 07:02:17 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 1HIf7p-0008Dh-4K for gctc-ntg-context-518@m.gmane.org; Sun, 18 Feb 2007 07:02:17 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A02581FE61; Sun, 18 Feb 2007 06:59:53 +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 28578-02; Sun, 18 Feb 2007 06:59:45 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 587C11FE54; Sun, 18 Feb 2007 06:59:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1FBC81FE55 for ; Sun, 18 Feb 2007 06:59:43 +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 28561-02 for ; Sun, 18 Feb 2007 06:59:38 +0100 (CET) Original-Received: from gemini.its.ac.id (gemini.its.ac.id [202.46.129.11]) by ronja.ntg.nl (Postfix) with ESMTP id BC1531FE53 for ; Sun, 18 Feb 2007 06:59:32 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by gemini.its.ac.id (Postfix) with ESMTP id 5454CCE4 for ; Sun, 18 Feb 2007 20:59:43 +0700 (WIT) X-Virus-Scanned: Debian amavisd-new at gemini.its.ac.id Original-Received: from gemini.its.ac.id ([127.0.0.1]) by localhost (gemini.its.ac.id [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ro2cExAWRu50 for ; Sun, 18 Feb 2007 20:59:42 +0700 (WIT) Original-Received: from webmail.elect-eng.its.ac.id (lyra.its.ac.id [202.46.129.20]) by gemini.its.ac.id (Postfix) with ESMTP id 6B285CD0 for ; Sun, 18 Feb 2007 20:59:42 +0700 (WIT) Original-Received: from 10.122.68.3 (SquirrelMail authenticated user zulkifli@elect-eng.its.ac.id) by webmail.elect-eng.its.ac.id with HTTP; Sun, 18 Feb 2007 12:48:17 +0700 (WIT) In-Reply-To: User-Agent: SquirrelMail/1.4.4 X-Priority: 3 (Normal) Importance: Normal 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:33407 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 > You're right, it works. So I have to be more careful with space. Thank you for clue. Zulkifli