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]

\def\Square{\framed[width=1cm,height=1cm]{S}}

\starttext
\strut
\setlayer[TA][preset=leftbottom]{\Square}
\setlayer[TA][preset=rightbottom]{\Square}
\setlayer[TA][preset=lefttop]{\Square}
\setlayer[TA][preset=righttop]{\Square}

\stoptext

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to