[NTG-context] basic issues with formulas

Wolfgang Schuster wolfgang.schuster.lists at gmail.com
Thu Dec 3 22:00:31 CET 2020


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



More information about the ntg-context mailing list