20 Mar
2019
20 Mar
'19
6:36 p.m.
Willi Egger schrieb am 20.03.19 um 18:26:
Hi,
I deal with a small project, in which I should be able to make a framed text break over the page. — Does anyone have an idea how to achieve this?
\setuppapersize[A6][A6]
\setupbodyfont[pagella,rm,10pt]
\starttext \framedtext {\dorecurse{3}{\input ward\blank}} \stoptext
Any hints would be welcome
Use the textbackground environment. Wolfgang