Hello together,
example was from v11-28 by the way. Now in v12-20 it's working as expected.
Thank you very much for the fix.
Cheers
-------- Weitergeleitete Nachricht --------
Betreff: Spacing issue of xtable with itemize
Datum: Wed, 13 Dec 2017 15:56:29 +0100
Von: Lars
An: ntg-context@ntg.nl
Hi guys,
I found a pretty annoying behaviour of xtable spacing (in my case when
using an itemization inside the table). I hope you guys can help me out.
MWE is:
\starttext
\startxtable[frame=on]
\startxrow
\startxcell[width=3cm]
\startitemize[packed]
\startitem
here a short line
\stopitem
\stopitemize
\stopxcell
\stopxrow
\startxrow
\startxcell
\startitemize[packed]
\startitem
here filled with some words to force a rather long line
\stopitem
\stopitemize
\stopxcell
\stopxrow
\stopxtable
\stoptext
To this mail I also attached a picture of my PDF output, that I edited
slightly to make my point clear. Have a look at the spacing between
content and bottomframe in the second row of each table please...
Is there any way to change this?
Cheers and thanks in advance, Lars