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