Hello,
I would like the text of the property is in italic without using the environment {\it}.
Is this the best way when I use \setuptextrules[width=-1ex] ?
thank you,
Fabrice
#######################################################
\definetypeface [mainface] [rm] [serif] [palatino] [default] [features=default]
\definetypeface [mainface] [tt] [mono] [modern] [default] [features=default,
rscale=1.1]
\definetypeface [mainface] [mm] [math] [pagella] [default] [encoding=texnansi]
\setupbodyfont[mainface,11pt]
\definelabel
[Propriété]
[headstyle=bolditalic,way=bytext]
\setuptextrules[width=-1ex]
\starttext
\textrule[top]{\Propriété}
{\it Soit \math{q} un réel \math{\neq 1}, alors pour tout entier naturel \math{n\geqslant 1} on a :
\startformula
S=1+q+q^2+\dots+q^n=\frac{1-q^{n+1}}{1-q}.
\stopformula}
\textrule
\textrule[top]{\Propriété}
Soit \math{q} un réel \math{\neq 1}, alors pour tout entier naturel \math{n\geqslant 1} on a :
\startformula
S=1+q+q^2+\dots+q^n=\frac{1-q^{n+1}}{1-q}.
\stopformula
\textrule
\stoptext