From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44885 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: bib module not to break page? Date: Mon, 20 Oct 2008 13:49:49 +0200 Message-ID: <48FC705D.3020409@elvenkind.com> References: <72c60e910810200331u1c9402cfl53ebf46828f96fe1@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224526003 2320 80.91.229.12 (20 Oct 2008 18:06:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2008 18:06:43 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Oct 20 20:07:37 2008 connect(): Connection refused Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KrtKM-0005le-3i for gctc-ntg-context-518@m.gmane.org; Mon, 20 Oct 2008 13:53:38 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 182411FCD9; Mon, 20 Oct 2008 13:52:31 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00246-03-23; Mon, 20 Oct 2008 13:51:40 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 244121FBB9; Mon, 20 Oct 2008 13:50:36 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B50581FB14 for ; Mon, 20 Oct 2008 13:50:34 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00514-03-20 for ; Mon, 20 Oct 2008 13:49:53 +0200 (CEST) Original-Received: from plane.elvenkind.com (elvenknd.xs4all.nl [82.95.203.226]) by ronja.ntg.nl (Postfix) with ESMTP id 3C9271FBB9 for ; Mon, 20 Oct 2008 13:49:50 +0200 (CEST) Original-Received: from glenlivet.elvenkind.com (glenlivet.elvenkind.com [10.10.0.6]) by plane.elvenkind.com (Postfix) with ESMTP id 18B4D8026A36 for ; Mon, 20 Oct 2008 13:49:50 +0200 (CEST) User-Agent: Thunderbird 2.0.0.12 (X11/20080305) In-Reply-To: <72c60e910810200331u1c9402cfl53ebf46828f96fe1@mail.gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:44885 Archived-At: 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 ___________________________________________________________________________________