Hi,
I encounter two
problems :
- Section numbers
are not red ;
- Calling the second section does not cause the
creation of a new paragraph.
Regards,
Fabrice
\setupcolors[state=start]
\def\MySectionCommand#1#2%
{\framed
[frame=off,
width=\textwidth,
align={right},
background=color,
backgroundcolor=lightgray]
{#1\quad#2}}
\setuphead[section][command=\MySectionCommand,numbercolor=red]
\setupbodyfont[palatino,12pt]
\starttext
\MySectionCommand{A.}{Définitions}
\input knuth
\MySectionCommand{1.}{Propriétés}
\input knuth
I think you want ownnumber (in addition to the previously mentioned
\section).