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

Reply via email to