On 12/3/20 10:00 PM, Wolfgang Schuster wrote:
Pablo Rodriguez schrieb am 03.12.2020 um 21:52:
On 12/3/20 8:48 PM, Pablo Rodriguez wrote:
[...] 3. Packed works fine with fractions, but packed columns is wrong with them. It adds too much space. After clearing the issue with text, it seems that fractions add to much space when in list with columns. [...] I don’t know whether this is a bug.
Itemize uses the mixed columns when you enable columns with enabled grid snapping as default setting. To get rid of the extra line you can either disable the grid setting for itemize with
\setupitemize[grid=no]
Many thanks with your reply, Wolfgang. This solves the issue.
or you replace the mixed columns mechanism with a simpler column mechanism which doesn't produce an extra line, to do this add this at the begin of your document
\enableexperiments[itemize.columns]
This avoids the extra line, but columns are wrong: 3 columps with option "four" and it split items in 3 for the first column and 1 for the second column with option "two". Many thanks for your help, Pablo -- http://www.ousia.tk