From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27215 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Two Problems: Colored Chapter and Footnote positioning Date: Tue, 18 Apr 2006 01:30:08 +0200 Message-ID: <6faad9f00604171630r1f758ec3o513ccf8b119b1bc9@mail.gmail.com> References: <1145313540.9138.16.camel@localhost.localdomain> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145316639 31072 80.91.229.2 (17 Apr 2006 23:30:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Apr 2006 23:30:39 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 18 01:30:36 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FVdAi-0005Jb-9i for gctc-ntg-context-518@m.gmane.org; Tue, 18 Apr 2006 01:30:21 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6B6FE1279D; Tue, 18 Apr 2006 01:30:19 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30582-05; Tue, 18 Apr 2006 01:30:14 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D1BA112780; Tue, 18 Apr 2006 01:30:13 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 977FF12780 for ; Tue, 18 Apr 2006 01:30:11 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30516-08 for ; Tue, 18 Apr 2006 01:30:10 +0200 (CEST) Original-Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.189]) by ronja.ntg.nl (Postfix) with SMTP id 78C3A12772 for ; Tue, 18 Apr 2006 01:30:08 +0200 (CEST) Original-Received: by nproxy.gmail.com with SMTP id l24so497066nfc for ; Mon, 17 Apr 2006 16:30:08 -0700 (PDT) Original-Received: by 10.48.217.1 with SMTP id p1mr2869542nfg; Mon, 17 Apr 2006 16:30:08 -0700 (PDT) Original-Received: by 10.48.223.20 with HTTP; Mon, 17 Apr 2006 16:30:08 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <1145313540.9138.16.camel@localhost.localdomain> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27215 Archived-At: 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 instead. Mojca