From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25654 Path: news.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: Re: placefigure & headers topframe interactions Date: Sat, 28 Jan 2006 19:30:21 +0100 Message-ID: <6faad9f00601281030h4a08b665hb9026d9a4efd7c35@mail.gmail.com> References: <43D91BDF.7060606@nibua-r.org> 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 1138473450 16732 80.91.229.2 (28 Jan 2006 18:37:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Jan 2006 18:37:30 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 28 19:37:28 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 1F2uww-0002vy-8B for gctc-ntg-context-518@m.gmane.org; Sat, 28 Jan 2006 19:37:26 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8CD2E127C6; Sat, 28 Jan 2006 19:37:25 +0100 (CET) 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 15070-01; Sat, 28 Jan 2006 19:37:23 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 03691127C7; Sat, 28 Jan 2006 19:37:23 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5E3CB127C7 for ; Sat, 28 Jan 2006 19:37:21 +0100 (CET) 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 14894-02 for ; Sat, 28 Jan 2006 19:37:20 +0100 (CET) Original-Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.201]) by ronja.ntg.nl (Postfix) with SMTP id 6CF9D127C6 for ; Sat, 28 Jan 2006 19:37:20 +0100 (CET) Original-Received: by uproxy.gmail.com with SMTP id m2so290766uge for ; Sat, 28 Jan 2006 10:37:19 -0800 (PST) Original-Received: by 10.49.34.11 with SMTP id m11mr365534nfj; Sat, 28 Jan 2006 10:30:21 -0800 (PST) Original-Received: by 10.48.14.18 with HTTP; Sat, 28 Jan 2006 10:30:21 -0800 (PST) Original-To: mailing list for ConTeXt users In-Reply-To: <43D91BDF.7060606@nibua-r.org> 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:25654 Archived-At: On 1/26/06, Renaud AUBIN wrote: > > Hi all, > > I use in my document: > > \setupbackgrounds[header][text][bottomframe=on] > \setupbackgrounds[footer][text][topframe=on] > > in order to obtain black rules. Since I don't want the topframe on in the > chapter's first pages, I use in setuphead the option header=high... > > It works if I have only text in my document, but when I use > \placefigure[here][fig:afigref]{A dummy > label}{\externalfigure[dummy]} to include METAFUN or pdf graphics, I obtain > a black rule (topframe) on top of the first page of the next chapter... > Seems very strange... I tried to solve the problem but, unfortunately, > without success ! I don't know how to deal with the behaviour you describe, but one way to get rid of headers on the first page is \starttext \startstandardmakeup title page \stopstandardmakeup the rest \stoptext