Henning Hraban Ramm <
texml@fiee.net> schrieb am Fr., 20. Dez. 2019, 07:50:
Hi,
I setup a layer to the size of the typearea and expect the corner presets to place my figures into the corners, but \makeupwidth/height are smaller than the typearea (same with \textwidth). Why?
Hraban
\setuplayout[
width=120mm,
backspace=16mm,
height=192mm,
topspace=6mm,
header=8mm,
footer=6mm,
]
\showframe
\definelayer [TA]
[x=16mm, y=14mm,
width=\makeupwidth, height=\makeupheight]
\setupbackgrounds[page][background=TA]
Place the layer in the text area or use \paperwidth and \paperheight for width and height.
Wolfgang