From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28672 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: Page breaking problem Date: Mon, 19 Jun 2006 20:51:03 +0200 Message-ID: References: <7ED29D61-4A64-4881-B6C2-5CAF2D48A168@duke.edu> <44967A55.4060500@wxs.nl> <9A4C29AA-7E90-4AFA-AC10-A824A0FD11FB@duke.edu> 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 1150742831 2342 80.91.229.2 (19 Jun 2006 18:47:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jun 2006 18:47:11 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jun 19 20:47:03 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 1FsOlf-0005RC-U0 for gctc-ntg-context-518@m.gmane.org; Mon, 19 Jun 2006 20:46:36 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4AA77127B0; Mon, 19 Jun 2006 20:46:35 +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 29537-04; Mon, 19 Jun 2006 20:46:26 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3420F12796; Mon, 19 Jun 2006 20:46:26 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1442B12796 for ; Mon, 19 Jun 2006 20:46:24 +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 24073-05 for ; Mon, 19 Jun 2006 20:46:22 +0200 (CEST) Original-Received: from swip.net (mailfe08.tele2.fr [212.247.154.236]) by ronja.ntg.nl (Postfix) with SMTP id BFD5212793 for ; Mon, 19 Jun 2006 20:46:21 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [80.170.9.135] (HELO localhost) by mailfe08.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 215725455 for ntg-context@ntg.nl; Mon, 19 Jun 2006 20:46:19 +0200 Original-To: "mailing list for ConTeXt users" In-Reply-To: <9A4C29AA-7E90-4AFA-AC10-A824A0FD11FB@duke.edu> User-Agent: Opera M2/7.54 (FreeBSD, build 955) 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:28672 Archived-At: On Mon, 19 Jun 2006 18:45:32 +0800, Helin Gai wrote: > Thanks Hans for the prompt reply. > > I tried the following code: > > \definetextbackground[A] > [frame=off,location=paragraph,backgroundcolor=gray] > \setuptyping[before={\starttextbackground[A]},after= > {\stoptextbackground}] > > But this resulted in tons of errors. Could you give some instruction > as to how to proceed? I don't know if it's the mailer that wrapped the text, but you should stuck option=value, like this: \setuptyping[before={\starttextbackground[A]}, after={\stoptextbackground}] With a "old" release (2006.05.23), it works fine. Regards, BG