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 chan
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
>>
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
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]
\setupla
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