2008/10/20 Taco Hoekwater
<taco@elvenkind.com>
Zhaopeng Xing wrote:
> Hi,
>
> I am using the bib module in context. The problem is that
> \completepublications always starts a new page to place reference list.
> Is there any configuration available such that not to break pages
> between main part and the reference? Thanks.
\completepublications is roughly equivalent to
\title{References}
\placepublications[criterium=previous]
so whether or not you get a page break depends on the settings
for \title. You could change those settings using \setuphead, or you
could make \completepublications use a different sectioning command,
like so
\setuppublicationlist[title=\section]
or you could just use explicit
\section {...}
\placepublications[criterium=previous]
so, there are multiple options.
Best wishes,
Taco
___________________________________________________________________________________
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
___________________________________________________________________________________