Hello, I would like to add a text to a poster, which I load as PDF. The following works nice, except that the layer of the PDF is above the layer "block" thus the text gets overdrawn. How can I change that order? Tobias \setuppapersize[A0,landscape][A0,landscape] \setupbodyfont[26pt] \setuplayout[backspace=0cm,width=fit,height=fit,margin=0cm,topspace=0cm,header=0cm,footer=0pt] \definelayer[block][width=85mm,height=54mm] \setupbackgrounds[page][background=block] \starttext \startstandardmakeup \combinepages[poster.pdf][nx=1,ny=1] \setlayer[block][x=10cm,y=10cm]{\copyright 2006} \stopstandardmakeup \stoptext
Tobias Burnus wrote:
Hello,
I would like to add a text to a poster, which I load as PDF.
The following works nice, except that the layer of the PDF is above the layer "block" thus the text gets overdrawn.
How can I change that order?
Tobias
\setuppapersize[A0,landscape][A0,landscape] \setupbodyfont[26pt] \setuplayout[backspace=0cm,width=fit,height=fit,margin=0cm,topspace=0cm,header=0cm,footer=0pt] \definelayer[block][width=85mm,height=54mm]
\setupbackgrounds[page][background=block] ..[background={text,block}]
Greetings, Peter
\starttext \startstandardmakeup \combinepages[poster.pdf][nx=1,ny=1] \setlayer[block][x=10cm,y=10cm]{\copyright 2006} \stopstandardmakeup \stoptext
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Peter Rolf wrote:
Tobias Burnus wrote:
Hello,
I would like to add a text to a poster, which I load as PDF.
The following works nice, except that the layer of the PDF is above the layer "block" thus the text gets overdrawn.
How can I change that order?
Tobias
\setuppapersize[A0,landscape][A0,landscape] \setupbodyfont[26pt] \setuplayout[backspace=0cm,width=fit,height=fit,margin=0cm,topspace=0cm,header=0cm,footer=0pt] \definelayer[block][width=85mm,height=54mm]
\setupbackgrounds[page][background=block]
...[background={text,block}]
{one,two,three,foreground,four,five} foreground is a predefined one, the current text
Greetings, Peter
\starttext \startstandardmakeup \combinepages[poster.pdf][nx=1,ny=1] \setlayer[block][x=10cm,y=10cm]{\copyright 2006} \stopstandardmakeup \stoptext
_______________________________________________ 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
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen wrote:
Peter Rolf wrote:
Tobias Burnus wrote:
Hello,
I would like to add a text to a poster, which I load as PDF.
The following works nice, except that the layer of the PDF is above the layer "block" thus the text gets overdrawn.
How can I change that order?
Tobias
\setuppapersize[A0,landscape][A0,landscape] \setupbodyfont[26pt] \setuplayout[backspace=0cm,width=fit,height=fit,margin=0cm,topspace=0cm,header=0cm,footer=0pt] \definelayer[block][width=85mm,height=54mm]
\setupbackgrounds[page][background=block]
...[background={text,block}]
{one,two,three,foreground,four,five}
foreground is a predefined one, the current text
It seems I must make some new docs from the tex sources. Thanks for the info. Peter
Greetings, Peter
\starttext \startstandardmakeup \combinepages[poster.pdf][nx=1,ny=1] \setlayer[block][x=10cm,y=10cm]{\copyright 2006} \stopstandardmakeup \stoptext
_______________________________________________ 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
participants (3)
-
Hans Hagen
-
Peter Rolf
-
Tobias Burnus