ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \startbackmatter requires \chapter to get bibliography?
@ 2006-05-14  4:42 Sanjoy Mahajan
  2006-05-14  5:51 ` Peter Münster
  0 siblings, 1 reply; 5+ messages in thread
From: Sanjoy Mahajan @ 2006-05-14  4:42 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: \startbackmatter requires \chapter to get bibliography?
  2006-05-14  4:42 \startbackmatter requires \chapter to get bibliography? Sanjoy Mahajan
@ 2006-05-14  5:51 ` Peter Münster
  2006-05-14  8:27   ` Taco Hoekwater
  2006-05-14 16:43   ` Sanjoy Mahajan
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Münster @ 2006-05-14  5:51 UTC (permalink / raw)


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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: \startbackmatter requires \chapter to get bibliography?
  2006-05-14  5:51 ` Peter Münster
@ 2006-05-14  8:27   ` Taco Hoekwater
  2006-05-14 17:52     ` Peter Münster
  2006-05-14 16:43   ` Sanjoy Mahajan
  1 sibling, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2006-05-14  8:27 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: \startbackmatter requires \chapter to get bibliography?
  2006-05-14  5:51 ` Peter Münster
  2006-05-14  8:27   ` Taco Hoekwater
@ 2006-05-14 16:43   ` Sanjoy Mahajan
  1 sibling, 0 replies; 5+ messages in thread
From: Sanjoy Mahajan @ 2006-05-14 16:43 UTC (permalink / raw)


> > \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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: \startbackmatter requires \chapter to get bibliography?
  2006-05-14  8:27   ` Taco Hoekwater
@ 2006-05-14 17:52     ` Peter Münster
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Münster @ 2006-05-14 17:52 UTC (permalink / raw)


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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-05-14 17:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-14  4:42 \startbackmatter requires \chapter to get bibliography? Sanjoy Mahajan
2006-05-14  5:51 ` Peter Münster
2006-05-14  8:27   ` Taco Hoekwater
2006-05-14 17:52     ` Peter Münster
2006-05-14 16:43   ` Sanjoy Mahajan

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).