ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Not able to use Bibtex module
Date: Fri, 16 Feb 2007 10:28:49 -0500 (EST)	[thread overview]
Message-ID: <alpine.WNT.0.82.0702161026230.4088@nqvgln> (raw)
In-Reply-To: <1309.10.122.68.3.1171621049.squirrel@webmail.elect-eng.its.ac.id>

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

  reply	other threads:[~2007-02-16 15:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1309.10.122.68.3.1171621049.squirrel@webmail.elect-eng.its.ac .id>
2007-02-16 10:17 ` Zulkifli Hidayat
2007-02-16 15:28   ` Aditya Mahajan [this message]
     [not found] <mailman.1235.1171641318.17432.ntg-context@ntg.nl>
2007-02-18  5:48 ` Zulkifli Hidayat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.WNT.0.82.0702161026230.4088@nqvgln \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).