Hi to all,

I'm using this code to insert a page from pdf into a layer:

\enableregime[utf8]
\mainlanguage[it]
\setupinteraction[state=start]
\setupcolors[state=start]
\setuppagenumbering[state=stop]
%%%%%%%%%%%%%%% Colors %%%%%%%%%%%%%%%

%\definepapersize [flyer][width=99mm, height=210mm]
\setuppapersize[A4][A4]
\setuplayout [width=fit,
              rightmargin=0cm,
              leftmargin=0cm,
              leftmargindistance=0pt,
              rightmargindistance=0pt,
              height=fit, 
              header=0cm, 
              footer=0cm, 
              topspace=0cm, 
              backspace=0cm,
%              cutspace=1cm, 
              bottomspace=0cm,
              location=singlesided]


\starttext
\definelayer[layer0]

\setlayer       [layer0] 
                [x=0,y=20cm]
                {\rotate[90]{\externalfigure[prog.pdf][page=3]}}
                
\setupbackgrounds[page][page][background=layer0, state=repeat]

\strut
\stoptext


Now, the only problem is that the y=20 parameters doesn't affect the output. But I have a 20cm printed into the pdf.
It's exactly the structure I'm using for many other projects. Where it works fine.
Any ideas?

Thanks a lot

-a-


--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - DAMS
Università degli Studi di Torino
--------------------------------------------------
" This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." 
(Jeffrey 'The Dude' Lebowski)