Hello,
On Fri, 07 Jun 2013 09:27:14 +0200, Hans Hagen
On 6/7/2013 9:07 AM, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
The working code is:
---- \definelayer [Logo] [location={left,bottom}, x=\paperwidth, y=0mm, hoffset=-5mm, voffset=5mm, ]
\setlayer [Logo] {\framed[width=4cm,height=1cm]{LOGO}}
\setupbackgrounds[page][background=Logo]
\starttext \input knuth \stoptext ----
see end of pack-box.mkiv for relationship between corner and location; it has to do with matching reference points of content and position on layer
Thanks for the trial to hint me - I'm no smarter from that .mkiv source. You just inspired me so the code bellow works, too, and "corner=" and "location=" are more meaningful in this version: ---- \definelayer [Logo] [width=\paperwidth, corner={right,top}, location={left,bottom}, hoffset=5mm, voffset=5mm, state=repeat, ] ---- Best regards, Lukas -- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038