Things start to go awry after about 5 or 6 iterations, 12 shows it up clearly with three or so nearly blank (except for the subject) pages produced. \setuppapersize [A5] [A5] \starttext \dorecurse{12}{ \subject{Some heading} \placefigure[right] {} {\externalfigure[cow.pdf] [width=3cm]} \input lorem } \stoptext I actually want \placefigure[right,none] in my real doc but that also goes awry. LMTX current version: 2022.08.05 11:44 My actual requirement is to have a set of short biographies, including a small 'passport' photo, for each contributor to a book. So any suggestions on how to wrap text around the photo that avoids this issue would be welcome. — Bruce Horrocks Hampshire, UK
Bruce Horrocks via ntg-context schrieb am 16.08.2022 um 18:11:
Things start to go awry after about 5 or 6 iterations, 12 shows it up clearly with three or so nearly blank (except for the subject) pages produced.
\setuppapersize [A5] [A5] \starttext \dorecurse{12}{ \subject{Some heading} \placefigure[right] {} {\externalfigure[cow.pdf] [width=3cm]} \input lorem } \stoptext
I actually want \placefigure[right,none] in my real doc but that also goes awry. LMTX current version: 2022.08.05 11:44
My actual requirement is to have a set of short biographies, including a small 'passport' photo, for each contributor to a book. So any suggestions on how to wrap text around the photo that avoids this issue would be welcome.
\setuppapersize [A5] [A5] \starttext \dorecurse{12} {\subject{Some heading} \starthanging[right]{\externalfigure[cow.pdf][width=3cm]} \samplefile{lorem} \stophanging} \stoptext Wolfgang
participants (2)
-
Bruce Horrocks
-
Wolfgang Schuster