8 Apr
2009
8 Apr
'09
8:42 a.m.
Am 08.04.2009 um 02:26 schrieb Design Department:
I need a multi-line header in the right page corner, with content right-aligned.
\setupheadertexts[nothing on left][line 1 \par line 2] doesn't work.
Is using a \vbox the correct method of handling this? If so, how?
\setupheadertexts[nothing on left][\vbox{line 1 \blank line 2] puts the header in the left corner.
\setupheadertexts[nothing on left] [{\framed[frame=off,width=fit,align=right]{line1\\line2}}] Wolfgang