Thank you Hans, the code would be : \unexpanded\def\HeadTitle#1#2% {\hbox to \hsize \bgroup \hfill \setupframed[offset=0.5em,frame=off] \inframed[width=fit,align=left,frame=off]{\darkred#1}% \inframed[width=fit,align=right,leftframe=on,rulethickness=4pt,framecolor=darkred]{#2}% \egroup} Thank you Hans, the code would be: Could I ask you how to have the chapter number is like the http://www.pragma-ade.nl/general/manuals/cont-enp.pdf book? This is a macro Metafun but I do not quite understand the mechanism. thank you, Fabrice 2016-07-06 15:03 GMT+02:00 Hans Hagen : > On 7/6/2016 1:37 PM, Fabrice Couvreur wrote: > >> >> Hello, >> In the manual, there is the macro below. >> Why theword "Matrice" is not on the same baseline as the number "1" ? >> thank you, >> Fabrice >> >> \unexpanded\def\HeadTitle#1#2% >> {\hbox to \hsize \bgroup >> \setupframed[height=1cm,offset=0.5em,frame=on] >> \framed[width=fit,align=left]{\darkred#1}% >> >> >> \framed[width=fit,align=right,leftframe=on,rulethickness=4pt,framecolor=darkred]{#2}% >> \egroup} >> >> \setuphead >> [chapter] >> [command=\HeadTitle] >> >> \starttext >> >> \startchapter >> [title={Matrice}] >> >> >> \stopchapter >> >> \stoptext >> > > fonts and such ... better use: > > \unexpanded\def\HeadTitle#1#2% > {\hbox to \hsize \bgroup > \inframed[width=fit,align=left]{\darkred#1}% > > > \inframed[width=fit,align=right,leftframe=on,rulethickness=4pt,framecolor=darkred]{#2}% > \egroup} > > ----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl > ----------------------------------------------------------------- > > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to > the Wiki! > > maillist : ntg-context@ntg.nl / > http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > > ___________________________________________________________________________________