On 12/22/2022 9:14 PM, Rik Kabel via ntg-context wrote:
With the latest (2022-12-21) LMTX I see a regression in xtables. The following code:

    \starttext
    \startxtable
       \startxrow
         \startxcell
               This is a line of text.
         \stopxcell
         \startxcell
               \contextversion
         \stopxcell
       \stopxrow
    \stopxtable
    \stoptext


produces this with 2022-12-09:

and this with 2022-12-21:

The problem appears to be LMTX-specific. (I did not save 2022-12-15 for testing, but did not see the problem with that version.)
thanks for noticing, i uploaded a new lmtx

as a reward i'll reveal a new mechanism:

\useMPlibrary[dum]

\definetextdisplay[steppedbystep][before={\blank[halfline]}]

\starttext \showmakeup[line]
  \dostepwiserecurse{10}{25}{1}{
      xxxxxxxxxxxxxxxx\par
      \starttextdisplay
        \externalfigure[dummydummy][height=#1mm,text=no]%
      \stoptextdisplay
      xxxxxxxxxxxxxxxx\par
      \starttextdisplay[before=\blank,after=\blank] % factor=.5
        \externalfigure[dummydummy][height=#1mm,text=no]%
      \stoptextdisplay
      xxxxxxxxxxxxxxxx\par
      \startsteppedbystep
        \externalfigure[dummydummy][height=#1mm,text=no]%
      \stopsteppedbystep
      xxxxxxxxxxxxxxxx\par
      \page
  }
\stoptext

this uses a new boxtype, compare

\ruledvbox{test\par test}

\ruledvtop{test\par test}

\ruleddbox{test\par test}

and guess what happens. Still in exploration mode.

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to