From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15628 Path: main.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: arranging pages with transpparency color Date: Wed, 30 Jun 2004 14:01:12 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <40E2AB88.8070301@seznam.cz> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1088597026 23696 80.91.224.253 (30 Jun 2004 12:03:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2004 12:03:46 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Jun 30 14:03:35 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfdoN-0003wP-00 for ; Wed, 30 Jun 2004 14:03:35 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 68ED010B77; Wed, 30 Jun 2004 14:03:31 +0200 (MEST) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ref.ntg.nl (Postfix) with SMTP id 3B1C310AC0 for ; Wed, 30 Jun 2004 14:00:29 +0200 (MEST) Original-Received: (qmail 18693 invoked from network); 30 Jun 2004 12:00:28 -0000 Original-Received: from unknown (HELO ?192.168.1.45?) (vit.zyka@82.142.74.35) by smtp.seznam.cz with SMTP; 30 Jun 2004 12:00:28 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: cs, en-us, en Original-To: ConTeXt Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15628 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15628 Hi Hans and others, there is a problem with arranging pages with transparency color. See code: ------------------ \setuppapersize[A5,landscape][A4] \setuparranging[2TOPSIDE] \setupcolors[state=start] \definecolor[tcBlack][s=0, t=.5, a=normal] \starttext \switchtobodyfont[20pt] \dorecurse{1}{Page \color[tcBlack]{\recurselevel}\page}% \dorecurse{4}{Page \recurselevel\page}% \stoptext -------------------- Acroread (win 6.0.1) is complaining on the resulting PDF obtaining by texexec --arrange The message from AR is: There was an error reading a page. There was a problem processing a document(14). From a previous version of AR I obtained more informative message: Could not find extended graphic state name Tr1 Necessary conditions: 1) transparent color on at least one page 2) arranging pages on sheets 3) number of pages exceeds one sheet Observation: If do not use switch --arrange and compile the file two times the error does not occure. (But the result is not correct due to missing table of content etc.) It seems to me the problem is with managing transparen resources from sheet to sheet. Vit Zyka