Am 03.08.2011 um 19:15 schrieb Cecil Westerhof:
2011/8/3 Wolfgang Schuster
My first idea would be to place the photo in a layer in the background. I tried the following: \definelayer[picture][ preset=righttop, ]
\setlayer[picture]{\externalfigure[graphics/pasfotoKlein]}
\setupbackgrounds[page][rightedge][background=picture]
Whatever I do, the picture keeps in the top left corner of the page. I would like to have the right side of the picture aligned with the right margin. Is this possible?
\definelayer[picture][preset=righttop,width=\textwidth]
\setlayer[picture]{\externalfigure[mill][width=4cm]}
\setupbackgrounds[text][text][background=picture]
Almost there. ;-}
The placement is okay, but now the picture is on every page instead of only the first one.
Add “\setupbackgrounds[state=repeat]”. Wolfgang