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.

   \showframe\showgrid
   \starttext
   list:

   \startitemize[packed, columns, four]
   \item $\text{1} - \text{2}$
   \item item
   \item $\frac{1}{2}$
   \item item
   \stopitemize

   list:

   \startitemize[columns, four]
   \item $\text{1} - \text{2}$
   \item item
   \item $\frac{1}{2}$
   \item item
   \stopitemize
   \stoptext

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]

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]

Wolfgang

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to