Hello list.
Why is there an extra space after the text (only in tabulate mode)? How can I
prevent 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]
\getbuffer
\stopcolumns
\stoptext
___________________________________________________________________________________
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
___________________________________________________________________________________