Hello,
I'm looking in the documentation and I think I found the key to remove the white space under the mathematical formula.
Is this the best way to achieve optimal rendering using columns ?
Thank you
Fabrice


\definemixedcolumns
  [Mycolumns]
  [
    n=2,
    separator=rule,
    rulecolor=darkred,
    rulethickness=1pt,
    balance=yes,
    grid=strut,
  ]

\setupalign[verytolerant,stretch,hanging]

\starttext
\startMycolumns
On a \math{0< 0,8 < 1} donc \math{\lim\limits_{n \to +\infty} 0,8^n=0}. Comme pour tout entier naturel \math{n}, on a : \math{u_n=-500\times 0,8^n+2\,000}, on en déduit que la limite de la suite \math{(u_n)} est égale à 2\,000. Si l'évolution des utilisateurs se maintient à long terme, le nombre de calculatrices vendues se stabiliserait autour de 2 millions.

\startformula
           \startmathalignment[n=2,align={right,left}] 
             \NC (1+t)^3 \NC = 1,87                \NR
             \NC 1+t     \NC = 1,87^{\frac{1}{3}}  \NR
             \NC 1+t     \NC = 1,23                \NR
             \NC t       \NC =  0,23.              \NR
            \stopmathalignment 
\stopformula
\input ward
\stopMycolumns
\stoptext


Le 25 octobre 2017 à 14:32, Fabrice Couvreur <fabrice1.couvreur@gmail.com> a écrit :
Hello,
I notice a space when I use
the command \math{\lim\limits_{n \to +\infty} 0,8^n=0} and mixedcolumns.
Thanks.
Fabrice
#####################################################

\definemixedcolumns
  [sectioncolumns]
  [
    n=2,
    separator=rule,
    rulecolor=,
    balance=yes,
  ]

\setupalign[verytolerant,stretch,hanging]

\starttext
On a \math{0< 0,8 < 1} donc \math{\lim\limits_{n \to +\infty} 0,8^n=0}. Comme pour tout entier naturel \math{n}, on a : \math{u_n=-500\times 0,8^n+2\,000}, on en déduit que la limite de la suite \u est égale à 2\,000. Si l'évolution des utilisateurs se maintient à long terme, le nombre de calculatrices vendues se stabiliserait autour de 2 millions.
\blank
\startsectioncolumns
  On a \math{0< 0,8 < 1} donc \math{\lim\limits_{n \to +\infty} 0,8^n=0}. Comme pour tout entier naturel \math{n}, on a : \math{u_n=-500\times 0,8^n+2\,000}, on en déduit que la limite de la suite \u est égale à 2\,000. Si l'évolution des utilisateurs se maintient à long terme, le nombre de calculatrices vendues se stabiliserait autour de 2 millions.
\startsectioncolumns   

\stoptext