Am 07.01.2026 um 13:57 schrieb Alan Caruanambo:
Hello list.
Why is there an extra space after the text (only in tabulate mode)? How can I 
prevent it?

Columns use grid snapping by default unless you disable it.

\showboxes
\setupexternalfigures[location=default]

\starttext

\startbuffer
     \startluacode
     for i=1,5 do
         context.vbox(function()
             context.externalfigure(
                { "cow.pdf" },
                { width = "1in", frame = "on" }
             )
             context.par()
             context("cow %n", i)
         end)
         context.par()
     end
     \stopluacode
\stopbuffer

\getbuffer \blank[big]

\startcolumns[n=3]

\startcolumns[n=3,grid=no]

Wolfgang

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

maillist : [email protected] / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to