From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29094 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Problems with columnsets and \startbackground \stopbackground Date: Sun, 02 Jul 2006 12:55:18 +0200 Message-ID: <44A7A616.2090307@elvenkind.com> References: <20060701220604.GD9525@kimberly.tako.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1151837732 15268 80.91.229.2 (2 Jul 2006 10:55:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Jul 2006 10:55:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Jul 02 12:55:30 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1Fwzbs-0005Gz-DQ for gctc-ntg-context-518@m.gmane.org; Sun, 02 Jul 2006 12:55:28 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E5B99127F5; Sun, 2 Jul 2006 12:55:27 +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 15735-08; Sun, 2 Jul 2006 12:55:22 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8C118127F1; Sun, 2 Jul 2006 12:55:22 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 67664127F1 for ; Sun, 2 Jul 2006 12:55:20 +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 16106-01 for ; Sun, 2 Jul 2006 12:55:19 +0200 (CEST) Original-Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by ronja.ntg.nl (Postfix) with SMTP id 48064127C5 for ; Sun, 2 Jul 2006 12:55:19 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:57139 helo=[10.10.0.3]) by post-22.mail.nl.demon.net with esmtp (Exim 4.51) id 1Fwzbi-000Bla-Hi for ntg-context@ntg.nl; Sun, 02 Jul 2006 10:55:18 +0000 User-Agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <20060701220604.GD9525@kimberly.tako.de> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:29094 Archived-At: Olaf Mersmann wrote: > Hi list, > > The second \subject{} causes a page break instead of wrapping into the > second column. Is this a bug, or am I missing something when using > \start- / \stopbackground? It is probably a bug, but it is not likely that it will get fixed soon. \startbackground is an 'old' command, columnsets are 'new' and the interaction is not always perfect. > Would this go away if I where to use a MP graphic for the background? Yes. If you do not want to write MP code yourself, you can also use textbackgrounds. This gives similar results to your code: \definecolor [grey] [s=.9] \definetextbackground [section] [background=color, backgroundcolor=grey, framecolor=black, frame=on, distance=10pt, before=, after=, location=paragraph] \setuphead [section] [style={\ss\bf}, before={\starttextbackground[section]~}, %NOTE after={\stoptextbackground}] NOTE: I am unhappy with the ~ in that line, but my version seems to ignore offset commands at the moment. Taco