Pablo Rodriguez schrieb am 17.10.2019 um 21:51:
Dear list,

I have the following sample:

     \setupexternalfigures[location=default]
     \starttext
     \startxtable[option={stretch, width}]
         \startxrow
             \startxcell
                 \dontleavehmode\dorecurse{100}{
                     \externalfigure[cow.pdf][scale=50] }
             \stopxcell
             \startxcell
                 \input zapf
             \stopxcell
         \stopxrow
     \stopxtable
     \stoptext

Some time ago, there were no difference between images and text
remaining inside the frame.

Not a solution but closer to the problem.

Commenting the \local(left|right)box settings brings the line breaks back.

\everyforgetall\emptytoks

\appendtoks
    \localleftbox {}%
    \localrightbox{}%
\to \everyforgetall

\setupexternalfigures[location=default]

\starttext

\vbox
  {\dontleavehmode
   \dorecurse{100}
     {\externalfigure[cow.pdf][scale=50] }}

\stoptext

Wolfgang

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

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

Reply via email to