[NTG-context] Problem with float and new layout on same page
peter.hopcroft at icloud.com
peter.hopcroft at icloud.com
Sun Dec 25 23:26:03 CET 2022
My MWE below produces this pdf. My problem is that on page 2, the body text flows beyond its frame and into the footer distance.
Regards, Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Play.pdf
Type: application/pdf
Size: 22035 bytes
Desc: not available
URL: <http://mailman.ntg.nl/pipermail/ntg-context/attachments/20221226/34acb990/attachment-0001.pdf>
-------------- next part --------------
MWE:
\setuppapersize[A4][A3,landscape] \setuparranging[2SIDE] \showframe
\definelayout[mypage][footerdistance=100mm, ]
\definelayout[odd][reset] % ??
\definelayout[even][reset]
\starttext
\dorecurse{3}{\input{knuth} } % change to \dorecurse{2} - it works properly
\definelayout[2][mypage]
\dorecurse{2}{\input{knuth} }
\placefigure [leftmargin]
{} {\externalfigure[greybox][width=\leftmarginwidth]}
\dorecurse{5}{\input{knuth} }
\stoptext
------------------------------------------------------------
More information about the ntg-context
mailing list