>     \bgroup
>     \setuphead[chapter][color=darkblue]
>     \chapter{Capitulo 1}
>     \egroup
> 
> or
> 
>     \start
>     \setuphead[chapter][color=darkblue]
>     \chapter{Capitulo 1}
>     \stop

I'v tried both you solutions but I still get
an header on each chapter page. I even tested it
with \setuphead[chapter][header=empty] inside
\bgroup ... \egroup or \start ... \stop with
no luck.

I tested it with the following file...
------------------------------------------------
\setupcolors[state=start]

\setuphead[chapter][header=empty]
\setupheadertexts[][chapter]

\starttext

\completecontent

% \bgroup
%    \setuphead[chapter][color=darkblue]
%    \setuphead[chapter][header=empty]
%    \setuphead[chapter][color=darkblue]
%    \chapter{Aumento de produtividade com macros}
%\egroup

\start
    \setuphead[chapter][color=darkblue]
%    \setuphead[chapter][header=empty]
    \setupheadertexts[][chapter]
    \chapter{Capitulo 1}
\stop

\page
teste

\chapter{Capitulo 2}

\page
teste

\stoptext

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to