From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18500 Path: main.gmane.org!not-for-mail From: VnPenguin Newsgroups: gmane.comp.tex.context Subject: Strange result with 2 columns and textbackground Date: Sat, 26 Feb 2005 00:36:11 +0100 Message-ID: Reply-To: VnPenguin , 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 1109374450 16256 80.91.229.2 (25 Feb 2005 23:34:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Feb 2005 23:34:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Feb 26 00:34:09 2005 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 1D4oy4-00015e-4S for gctc-ntg-context-518@m.gmane.org; Sat, 26 Feb 2005 00:33:56 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2146A12833; Sat, 26 Feb 2005 00:38:03 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31117-01; Sat, 26 Feb 2005 00:38:02 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2577112835; Sat, 26 Feb 2005 00:36:15 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A697C12835 for ; Sat, 26 Feb 2005 00:36:13 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30916-06 for ; Sat, 26 Feb 2005 00:36:13 +0100 (CET) Original-Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by ronja.ntg.nl (Postfix) with ESMTP id C133012828 for ; Sat, 26 Feb 2005 00:36:12 +0100 (CET) Original-Received: by rproxy.gmail.com with SMTP id r35so668771rna for ; Fri, 25 Feb 2005 15:36:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=XYGSatiFPw3LaRde5tI1gZG/Hb6Y5q9Uw3WNg/KGHXoL1P/O7YF51IxNQJrOH9FvCgGHKQEC4lV0oQGBBk+IOD4RNKyn618EvhDFusyQzfl3ktAGmOy2NlG4cIC3ncgxXAEdCj9rzD8I8DhupD7ef9EhH7Mcv8YKNsVIwsJKl2M= Original-Received: by 10.38.165.44 with SMTP id n44mr103103rne; Fri, 25 Feb 2005 15:36:12 -0800 (PST) Original-Received: by 10.38.67.14 with HTTP; Fri, 25 Feb 2005 15:36:11 -0800 (PST) Original-To: ConTeXt users X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: main.gmane.org gmane.comp.tex.context:18500 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18500 Hi, I do a small test with 2 columns and textbackground : ------------------------------------------------------------------------------------ \setupcolors[state=start] \definetextbackground[preface] [backgroundcolor=green, backgroundoffset=.25cm, offset=.5cm, frame=off, location=paragraph, color=blue] \starttext \chapter{Chapter TEST} \startcolumns[rule=off,n=2] \starttextbackground[preface] \section{tufte.tex} \input tufte \section{knuth.tex} \input knuth \stoptextbackground \stopcolumns \stoptext ----------------------------------------------------------------------------- The result is very strange : http://people.vnoss.org/~vnpenguin/pub/context/test-bgcolor.png http://people.vnoss.org/~vnpenguin/pub/context/test-bgcolor.pdf I'm wrong some things ? Thank you, Q.