29 Feb
2012
29 Feb
'12
11:19 a.m.
Hi, I have a problem with the following definition of chapter header. I would like to have the chapter title on the left side and the number, with higher size, on the right side. The \mychap seems to work while used directly. Any solution? Thanks Charles \def\mychap#1#2{\framed[frame=off,width=\textwidth,align=flushleft,bottomframe=on]{\tfa#2\hfill\tfd#1}} \setuphead[chapter][command=\mychap] \starttext \chapter{INTRODUCTION} \mychap{2}{MANUAL} \stoptext