Re: [NTG-context] arranging + multipage \bTABLE + transparent color = bug?

2005-04-22 Thread Johan Sandblom
Outstanding, thank you!

-- 
Johan Sandblom  N8, MRC, Karolinska sjh  
t +46851776108  17176 Stockholm  
m +46735521477  Sweden   
What is wanted is not the will to believe, but the 
will to find out, which is the exact opposite 
-- Bertrand Russell

- Original Message -
From: Vit Zyka [EMAIL PROTECTED]
Date: Friday, April 22, 2005 8:25 pm
Subject: Re: [NTG-context] arranging + multipage \bTABLE + transparent color
= bug?

 luigi.scarso wrote:
  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'.
 
 See the thread
 http://archive.contextgarden.net/search/[EMAIL 
 PROTECTED]:arranging,sb:pages,sb:with.html
 
 vit
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context
 

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] arranging + multipage \bTABLE + transparent color = bug?

2005-04-22 Thread luigi.scarso
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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] arranging + multipage \bTABLE + transparent color = bug?

2005-04-22 Thread Vit Zyka
luigi.scarso wrote:
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'.
See the thread
http://archive.contextgarden.net/search/[EMAIL 
PROTECTED]:arranging,sb:pages,sb:with.html
vit
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] arranging + multipage \bTABLE + transparent color = bug?

2005-04-22 Thread Johan Sandblom
Mine is 

TeXExec 5.2.5 - ConTeXt / PRAGMA ADE 1997-2005

   texexec : TeXExec 5.2.5 - ConTeXt / PRAGMA ADE 1997-2005
   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.03.16
   cont-en : ver: 2005.03.16  fmt: 2005.4.22  mes: english

on linux

Did you compile the document with
texexec --arrange --pdf ?

The --arrange flag is necessary to get indices and tocs in arranged 
documents, which I have in the file the problem was exposed.

Johan


-- 
Johan Sandblom  N8, MRC, Karolinska sjh  
t +46851776108  17176 Stockholm  
m +46735521477  Sweden   
What is wanted is not the will to believe, but the 
will to find out, which is the exact opposite 
-- Bertrand Russell

- Original Message -
From: luigi.scarso [EMAIL PROTECTED]
Date: Friday, April 22, 2005 5:42 pm
Subject: Re: [NTG-context] arranging + multipage \bTABLE + transparent color
= bug?

 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
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context
 

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] arranging + multipage \bTABLE + transparent color = bug?

2005-04-22 Thread luigi.scarso
Johan Sandblom wrote:
Mine is 
Did you compile the document with
texexec --arrange --pdf ?
 

Ok, now I can confirm your bug.
luigi
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] arranging + multipage \bTABLE + transparent color = bug?

2005-04-22 Thread Johan Sandblom
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

-- 
Johan Sandblom  N8, MRC, Karolinska sjh  
t +46851776108  17176 Stockholm  
m +46735521477  Sweden   
What is wanted is not the will to believe, but the 
will to find out, which is the exact opposite 
-- Bertrand Russell

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context