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. Regards, Zulkifli ==== file tes.tex ==== usemodule[bib] \setuppublications [criterium=all] \setupbibtex [database=tes] %\usepublications % [tes] \starttext \chapter{Tes} \section{Tes} \cite[katfti] \cite[arif01] \completepublications \stoptext ==== file tes.bbl === \setuppublicationlist[% criterium=all, totalnumber = 2] \startpublication[ k = katfti, % key a = fti, % author y = 2005, % year n = 1, % number s = KatFTI, % short t = catalogue] % type \author{Fakultas Teknologi}[FT.]{}{Industri} \author{Bidang Studi}[BS.]{}{Pengaturan} \title{Katalog Matakuliah FTI} \pubyear{2005} \city{Surabaya} \country{Indonesia} \isbn{0-13-127765-0} \edition{2th} \pubname{ITSPress} \stoppublication \startpublication[ k = arif01, % key a = arif, % author y = 2001, % year n = 2, % number s = MA2001, % short t = manual] % type \author{Abdul Hamid}[AH.]{}{Arif} \author{Mahmud}[M.]{}{Syamsuri} \title{Membebaskan Diri dari Belenggu} \pubyear{2001} \city{Jakarta} \country{Indonesia} \isbn{0-13-597097-0} \pubname{Rukyah Press} \stoppublication
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
participants (2)
-
Aditya Mahajan
-
Zulkifli Hidayat