From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25580 Path: news.gmane.org!not-for-mail From: Renaud AUBIN Newsgroups: gmane.comp.tex.context Subject: placefigure & headers topframe interactions Date: Thu, 26 Jan 2006 19:58:39 +0100 Message-ID: <43D91BDF.7060606@nibua-r.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0687058921==" X-Trace: sea.gmane.org 1138302169 29973 80.91.229.2 (26 Jan 2006 19:02:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2006 19:02:49 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 26 20:02:47 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 1F2CO7-0005ao-O7 for gctc-ntg-context-518@m.gmane.org; Thu, 26 Jan 2006 20:02:34 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 02AEB1277C; Thu, 26 Jan 2006 20:02:31 +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 17651-01; Thu, 26 Jan 2006 20:02:30 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E4E5212799; Thu, 26 Jan 2006 19:58:49 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8EB2312799 for ; Thu, 26 Jan 2006 19:58:47 +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 17514-02 for ; Thu, 26 Jan 2006 19:58:46 +0100 (CET) Original-Received: from 26.mail-out.ovh.net (26.mail-out.ovh.net [213.186.42.179]) by ronja.ntg.nl (Postfix) with SMTP id 954281277C for ; Thu, 26 Jan 2006 19:58:46 +0100 (CET) Original-Received: (qmail 31415 invoked by uid 503); 26 Jan 2006 18:59:04 -0000 Original-Received: (QMFILT: 1.0); 26 Jan 2006 18:59:04 -0000 Original-Received: from b6.ovh.net (HELO mail12.ha.ovh.net) (213.186.33.56) by 26.mail-out.ovh.net with SMTP; 26 Jan 2006 18:59:04 -0000 Original-Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 26 Jan 2006 18:58:45 -0000 Original-Received: from mail12.ha.ovh.net (10.0.50.12) by mail12.ha.ovh.net with SMTP; 26 Jan 2006 18:58:44 -0000 Original-Received: from b0.ovh.net (HELO queue-pre) (213.186.33.50) by b0.ovh.net with SMTP; 26 Jan 2006 18:58:44 -0000 Original-Received: from d83-179-157-125.cust.tele2.fr (HELO ?192.168.78.10?) (aubin@nibua-r.org@83.179.157.125) by ns0.ovh.net with SMTP; 26 Jan 2006 18:58:44 -0000 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: fr, en Original-To: ConTeXt Mailing List X-Ovh-Remote: 83.179.157.125 (d83-179-157-125.cust.tele2.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: fait|type 1&3|0.5|H 0.5 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:25580 Archived-At: This is a multi-part message in MIME format. --===============0687058921== Content-Type: multipart/alternative; boundary="------------010200060501070901060901" This is a multi-part message in MIME format. --------------010200060501070901060901 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 ! Any idea ? --------------010200060501070901060901 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
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 !

Any idea ?
--------------010200060501070901060901-- --===============0687058921== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============0687058921==--