Mojca Miklavec wrote:
On 4/18/06, Miguel Queiros wrote:
Hello,
I'm facing two problems. The first one has to do with the fact that if I use \color[darkblue]{\chapter{Capitulo 1}} the line with \setuphead[chapter][header=empty] seems to be ignored because the chapter page gets the header too. I'v attached an example in the file "capitulo-cores.tex".
Use
\bgroup \setuphead[chapter][color=darkblue] \chapter{Capitulo 1} \egroup
or
\start \setuphead[chapter][color=darkblue] \chapter{Capitulo 1} \stop
or \definehead[alternativechapter][chapter] \setuphead[alternativechapter][color=darkblue] .... \alternativechapter{Capitulo N} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------