Hello,
When
I write text with mathematics, I find that the space between two lines
is not enough because the formulas overflow one over the other.
How to correct this ?
Thank you
Fabrice
\switchtobodyfont[asana,12pt]
\definemixedcolumns
[Mycolumns]
[
n=2,
separator=rule,
rulecolor=,
balance=,
grid=strut,
]
\setupalign[verytolerant,stretch,hanging]
\starttext
\startMycolumns
\startitemize[n]
\item Le taux d'évolution du prix du menu entre l'été 2012 et l'été 2015 est égal à \math{t_g=\frac{13,80-9,80}{9,80}\approx 0,4082}.
On a alors \math{(1+t_m)^3=(1+t_g)}, soit \math{(1+t_m)^3 \approx 1,4082}.
On en déduit que \math{1+t_m \approx 1,4082^{\frac{1}{3}}}.
Finalement, \math{t_m\approx 1,4082^{\frac{1}{3}}-1\approx 0,1209}. Le taux d'évolution annuel moyen, arrondi à 0,01\,\%, du prix du menu entre l'été 2012 et l'été 2015 est 12,09\,\%.
\item \math{13,80 \times 1,1209^2\approx 17,34}. Le prix en 2017 sera approximativement de 17,34 euros.
\stopitemize
\column
\input knuth
\stopMycolumns
\stoptext