Re: [NTG-context] Not able to use Bibtex module
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
participants (1)
-
Zulkifli Hidayat