Hi all, Using luatex from the minimals at minimals.contextgarden.net (linux), I am unable to have bibtex working: here is a minimal example: .............................. \usemodule[bib] \usemodule[bibltx] \setupbibtex [database=/home/jean/BIB/biblio.bib] \setuppublications[] \setuppublicationlist[] \setupcite[] \starttext Bonjour de luatex! \blank LUA \cite[year][destv] \startlua a = 1.5 b = 1.8 c = a*b tex.print(c) \stoplua \completepublications[criterium=all] \stoptext .............................. I see this in the messages: "publications : warning: cite argument destv is unknown on 139" pdftex and xetex engines find it without problem. What did I miss? -- Jean
I have successfully used the bib module with luatex, but I had to run bibtex manually on the file once. Have you tried that? Thomas On Jan 16, 2008, at 7:56 PM, Jean Magnan de Bornier wrote:
Hi all,
Using luatex from the minimals at minimals.contextgarden.net (linux), I am unable to have bibtex working: here is a minimal example: .............................. \usemodule[bib] \usemodule[bibltx] \setupbibtex [database=/home/jean/BIB/biblio.bib] \setuppublications[] \setuppublicationlist[] \setupcite[] \starttext Bonjour de luatex! \blank LUA \cite[year][destv] \startlua a = 1.5 b = 1.8 c = a*b tex.print(c) \stoplua \completepublications[criterium=all] \stoptext ..............................
I see this in the messages:
"publications : warning: cite argument destv is unknown on 139"
pdftex and xetex engines find it without problem.
What did I miss? -- Jean ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
Le 16 janvier à 22:43:28 "Thomas A. Schmitz"
| Thomas Well thanks! I did it but still the same; besides I saw this in the blg file: This is BibTeX, Version 0.99c (Web2C 7.5.6) The top-level auxiliary file: taist.aux I couldn't open style file cont-no.bst but this file is there and readable by any user!?!
| On Jan 16, 2008, at 7:56 PM, Jean Magnan de Bornier wrote:
| > Hi all, | > | > Using luatex from the minimals at minimals.contextgarden.net | > (linux), I am | > unable to have bibtex working: here is a minimal example: | > .............................. | > \usemodule[bib] | > \usemodule[bibltx] | > \setupbibtex [database=/home/jean/BIB/biblio.bib] | > \setuppublications[] | > \setuppublicationlist[] | > \setupcite[] | > \starttext | > Bonjour de luatex! | > \blank | > LUA \cite[year][destv] | > \startlua | > a = 1.5 | > b = 1.8 | > c = a*b | > tex.print(c) | > \stoplua | > \completepublications[criterium=all] | > \stoptext | > .............................. | > | > I see this in the messages: | > | > "publications : warning: cite argument destv is unknown on 139" | > | > pdftex and xetex engines find it without problem. | > | > What did I miss? | > -- | > Jean | > ___________________________________________________________________________________ | > If your question is of interest to others as well, please add an | > entry to the Wiki! | > | > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context | > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net | > archive : https://foundry.supelec.fr/projects/contextrev/ | > wiki : http://contextgarden.net | > ___________________________________________________________________________________
| ___________________________________________________________________________________ | If your question is of interest to others as well, please add an entry to the Wiki!
| maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context | webpage : http://www.pragma-ade.nl / http://tex.aanhet.net | archive : https://foundry.supelec.fr/projects/contextrev/ | wiki : http://contextgarden.net | ___________________________________________________________________________________
-- Jean
Jean Magnan de Bornier wrote:
Le 16 janvier à 22:43:28 "Thomas A. Schmitz"
écrit notamment: | I have successfully used the bib module with luatex, but I had to run | bibtex manually on the file once. Have you tried that? | Thomas
Well thanks! I did it but still the same; besides I saw this in the blg file: This is BibTeX, Version 0.99c (Web2C 7.5.6) The top-level auxiliary file: taist.aux I couldn't open style file cont-no.bst
but this file is there and readable by any user!?!
Perhaps there is a problem with the setup of the minimals, your environment or texmf.cnf should contain a setting for BSTINPUTS. I have here: BSTINPUTS = .;{$TXRESOURCES}//;{$CTXDEVTXPATH};$TEXMF/bibtex/bst// Best wishes, Taco
Le 17 janvier à 10:17:32 Taco Hoekwater
| Perhaps there is a problem with the setup of the minimals, | your environment or texmf.cnf should contain a setting for | BSTINPUTS. I have here:
| BSTINPUTS = .;{$TXRESOURCES}//;{$CTXDEVTXPATH};$TEXMF/bibtex/bst// That was exactly it, Thank you Taco! (something to fix in minimals then...) cheers, -- Jean
| Perhaps there is a problem with the setup of the minimals, | your environment or texmf.cnf should contain a setting for | BSTINPUTS. I have here:
| BSTINPUTS = .;{$TXRESOURCES}//;{$CTXDEVTXPATH};$TEXMF/bibtex/bst//
That was exactly it, Thank you Taco! (something to fix in minimals then...)
Done and untested. (texmf.cnf originates in context.cnf) Thanks for reporting. Mojca
participants (4)
-
Jean Magnan de Bornier
-
Mojca Miklavec
-
Taco Hoekwater
-
Thomas A. Schmitz