\startbackmatter requires \chapter to get bibliography?
I just noticed the following behavior of \startbackmatter: A \placepublications needs a \chapter{...} before it, otherwise no bibliography is generated (i.e. p.2 is empty). Consistent with that behavior, \completepublications works fine without needing a \chapter beforehand. Here's the minimal file: \usemodule[bib] \setupbibtex[database=book] \starttext See \cite[van-Dyke:82] \startbackmatter %\chapter{References} \placepublications \stopbackmatter \stoptext With this .bbl file: \setuppublicationlist[samplesize={vD82},totalnumber=1] \startpublication[k=van-Dyke:82,t=book, a={{van Dyke}},y=1982, n=1,s=vD82] \author[]{Milton}[M.]{van}{Dyke} \pubyear{1982} \title{An Album of Fluid Motion} \city{Stanford, Calif.} \pubname{Parabolic Press} \stoppublication
On Sun, 14 May 2006, Sanjoy Mahajan wrote:
I just noticed the following behavior of \startbackmatter: A \placepublications needs a \chapter{...} before it, otherwise no bibliography is generated (i.e. p.2 is empty). Consistent with that behavior, \completepublications works fine without needing a \chapter beforehand. Here's the minimal file:
\usemodule[bib] \setupbibtex[database=book] \starttext See \cite[van-Dyke:82] \startbackmatter %\chapter{References} \placepublications
\placepublications[criterium=all] Hans and Taco, it seems that the bib module does not work with the ruby version of texexec. The cite command prints only XXXX. Cheers, Peter -- http://pmrb.free.fr/contact/
Peter Münster wrote:
\placepublications[criterium=all]
Yes.
Hans and Taco, it seems that the bib module does not work with the ruby version of texexec. The cite command prints only XXXX.
You still have to run bibtex by hand in the new version. And perhaps you need to regerate the bbl file as well (I didn't think so, but if it doesn't work ...). The new scripts should not influence the bib module, but it could be an other change in the latest context that is confusing your TeX. It works fine for me, so giving advice is hard. Cheers ,taco
On Sun, 14 May 2006, Taco Hoekwater wrote:
Peter Münster wrote:
Hans and Taco, it seems that the bib module does not work with the ruby version of texexec. The cite command prints only XXXX.
It works fine for me, so giving advice is hard.
Hello Taco, I've retried with the ruby-version and now it works for me too, I really don't know what error I've made this morning... So excuse me please for the noise! Cheers, Peter -- http://pmrb.free.fr/contact/
\placepublications
\placepublications[criterium=all]
Should I update the bibdemo.tex on the wiki to use criterium=all? Or is that example okay since \placepublications is not after \startbackmatter? (If so, I don't understand how \startbackmatter changes it.) -Sanjoy `Never underestimate the evil of which men of power are capable.' --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.
participants (3)
-
Peter Münster
-
Sanjoy Mahajan
-
Taco Hoekwater