ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug (?) with \placefigure[right]
@ 2022-08-16 16:11 Bruce Horrocks via ntg-context
  2022-08-16 16:51 ` Wolfgang Schuster via ntg-context
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Horrocks via ntg-context @ 2022-08-16 16:11 UTC (permalink / raw)
  To: ntg-context mailing list; +Cc: Bruce Horrocks

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

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

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug (?) with \placefigure[right]
  2022-08-16 16:11 Bug (?) with \placefigure[right] Bruce Horrocks via ntg-context
@ 2022-08-16 16:51 ` Wolfgang Schuster via ntg-context
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster via ntg-context @ 2022-08-16 16:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Wolfgang Schuster

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

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

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-16 16:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 16:11 Bug (?) with \placefigure[right] Bruce Horrocks via ntg-context
2022-08-16 16:51 ` Wolfgang Schuster via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).