ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Layer Question
@ 2006-09-28 15:40 Tobias Burnus
  2006-09-28 15:58 ` Peter Rolf
  0 siblings, 1 reply; 5+ messages in thread
From: Tobias Burnus @ 2006-09-28 15:40 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread
* layer question
@ 2006-01-14 22:15 Henning Hraban Ramm
  0 siblings, 0 replies; 5+ messages in thread
From: Henning Hraban Ramm @ 2006-01-14 22:15 UTC (permalink / raw)


Consider this example:

\definelayer[extras]
	[width=\paperwidth,
	height=\paperheight]

\setlayer [extras] [x=2cm, y=5cm] {something}

\setupbackgrounds[page][background=extras]

This is ok, the placement is relative to the upper left edge of the  
paper.

But following the Details manual, I should be able to use
\placelayer[extras]
instead of the background stuff.
But then the placement is relative to the upper left edge of the text  
area.

Is this intended?

Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net
http://www.cacert.org (I'm an assurer)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-09-28 16:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-28 15:40 Layer Question Tobias Burnus
2006-09-28 15:58 ` Peter Rolf
2006-09-28 16:30   ` Hans Hagen
2006-09-28 16:45     ` Peter Rolf
  -- strict thread matches above, loose matches on Subject: below --
2006-01-14 22:15 layer question Henning Hraban Ramm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).