From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20062 Path: news.gmane.org!not-for-mail From: "luigi.scarso" Newsgroups: gmane.comp.tex.context Subject: Re: arranging + multipage \bTABLE + transparent color = bug? Date: Fri, 22 Apr 2005 17:42:40 +0200 Message-ID: <42691B70.5040000@logosrl.it> References: <174ad117a34c.17a34c174ad1@ki.se> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1114184401 16924 80.91.229.2 (22 Apr 2005 15:40:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2005 15:40:01 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 22 17:39:59 2005 Return-path: 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 1DP0EQ-0004fc-En for gctc-ntg-context-518@m.gmane.org; Fri, 22 Apr 2005 17:38:14 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 99BAE12831; Fri, 22 Apr 2005 17:42:53 +0200 (CEST) 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 14213-01-4; Fri, 22 Apr 2005 17:42:50 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 53BED1281D; Fri, 22 Apr 2005 17:42:50 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7371F1281D for ; Fri, 22 Apr 2005 17:42:49 +0200 (CEST) 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 14213-01-3 for ; Fri, 22 Apr 2005 17:42:48 +0200 (CEST) Original-Received: from ServerNotes.logosrl.it (unknown [81.208.99.91]) by ronja.ntg.nl (Postfix) with ESMTP id 66A6D127FD for ; Fri, 22 Apr 2005 17:42:48 +0200 (CEST) Original-Received: from [192.168.2.85] ([192.168.2.85]) by ServerNotes.logosrl.it (Lotus Domino Release 6.5.1) with ESMTP id 2005042217425082-1061 ; Fri, 22 Apr 2005 17:42:50 +0200 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <174ad117a34c.17a34c174ad1@ki.se> X-MIMETrack: Itemize by SMTP Server on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 22/04/2005 17.42.50, Serialize by Router on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 22/04/2005 17.42.52, Serialize complete at 22/04/2005 17.42.52 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 Xref: news.gmane.org gmane.comp.tex.context:20062 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20062 Johan Sandblom wrote: >The following code compiles flawlessly but the pdf that is generated opens >with the error "Could not find the Extended Graphics State named 'Tr1'." >in Acrobat Reader 7 for Linux (and Windows for that matter). Earlier readers >give less informative messages but in all cases the pdf has almost entirely >empty pages. If the second line is uncommented (so there is no arranging) >there is no problem. If the color is non-transparent, there is no problem. >If the table needs less than 4 sheets to be arranged on, there is no problem. > >Is this known, expected, fixable? > >Johan > >\setuppapersize [A6][A4] \setuparranging [2*4, doublesided] >%\setuppapersize [A6][A6] >\setupcolors [state=start] >\definecolor[tgray][s=.8, t=.5, a=1] >\starttext >\bTABLE[split=repeat, frame=off, background=color, backgroundcolor=tgray] >\dorecurse{200}{\bTR\bTD 1\eTD\bTD 2\eTD\eTR} >\eTABLE >\stoptext > > > I have made it with TeXExec 5.2.3 - ConTeXt / PRAGMA ADE 1997-2004 texexec : TeXExec 5.2.3 - ConTeXt / PRAGMA ADE 1997-2004 texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004 tex : pdfeTeX, 3.141592-1.20a-2.2 (Web2C 7.5.3) context : ver: 2005.01.13 cont-en : ver: 2005.01.13 fmt: 2005.3.7 mes: english cont-nl : ver: 2005.01.13 fmt: 2005.3.7 mes: dutch under linux and I see no problems with xpdf, acrobat5 and acrobat 7. luigi