From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/60243 Path: news.gmane.org!not-for-mail From: Vnpenguin Newsgroups: gmane.comp.tex.context Subject: Float objects problem (was TABLE in Header ?) Date: Mon, 19 Jul 2010 12:25:27 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1279535146 3570 80.91.229.12 (19 Jul 2010 10:25:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Jul 2010 10:25:46 +0000 (UTC) To: ConTeXt list Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 19 12:25:44 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OanXc-0008SW-26 for gctc-ntg-context-518@m.gmane.org; Mon, 19 Jul 2010 12:25:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 36498C9C15; Mon, 19 Jul 2010 12:25:37 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id BOJ8dpwT9YoV; Mon, 19 Jul 2010 12:25:36 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D8BC9C9B66; Mon, 19 Jul 2010 12:25:32 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D5B40C9B8C for ; Mon, 19 Jul 2010 12:25:30 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rkKj8Ny9rVNe for ; Mon, 19 Jul 2010 12:25:28 +0200 (CEST) Original-Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) by balder.ntg.nl (Postfix) with ESMTP id 24F8BC9AAF for ; Mon, 19 Jul 2010 12:25:28 +0200 (CEST) Original-Received: by wwf26 with SMTP id 26so43602wwf.2 for ; Mon, 19 Jul 2010 03:25:27 -0700 (PDT) Original-Received: by 10.216.178.196 with SMTP id f46mr3644695wem.62.1279535127162; Mon, 19 Jul 2010 03:25:27 -0700 (PDT) Original-Received: by 10.216.166.195 with HTTP; Mon, 19 Jul 2010 03:25:27 -0700 (PDT) X-Google-Sender-Auth: dr9po2BROMp6snbeMWG8yhwmMU4 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:60243 Archived-At: On Mon, Jul 19, 2010 at 09:21, Hans Hagen wrote: > On 18-7-2010 4:14, Vnpenguin wrote: >> >> Hi, >> It's possible to put TABLE within header ? I'm looking for an example >> in Wiki but I can not found yet. > > sure, best put the table in a buffer and then call that buffer > > (actually, your page can be a table itself ... see example in page-plg.*) > > Hans > Thanks, It works with TABLE within header. But I have another problem with float image. In fact, I have a logo in a cell of my TABLE which is found in header. Here is the code : %%====================================================== \startsetups[myheader] \bTABLE[setups=mytable-header] \bTR \bTD[nr=2] \placefigure[here,force]{none}{\externalfigure[logo][width=22mm]} \eTD \bTD {\tfb Foobar} \eTD \bTD[nr=2] Right1\\ Right2 \\ Right3 \eTD \eTR \bTR \bTD {\tfa Title \\ Sub-title} \eTD \eTR \eTABLE \stopsetups \setupheadertexts[{\setups[myheader]}] %%============================================ I got some page OK with this logo[1]. But there are also some bad pages where I can not found my logo at all [2], or there are many logo in the page [3]. Is this problem of float objects ? How to fix this ? All files of my test are downloadable at : https://my.vnoss.net/pub/context/ ConTeXt source file : https://my.vnoss.net/pub/context/test.tex PDF created by context : https://my.vnoss.net/pub/context/test.pdf I use ConTeXt 2010.06.23 on Windows XP. E:\tex> context --version MTXrun | main context file: C:/context/tex/texmf-context/tex/context/base/context.tex MTXrun | current version: 2010.06.23 12:45 Thank you in advance, Links: [1] https://my.vnoss.net/pub/context/screenshot-ok.png [2] https://my.vnoss.net/pub/context/screenshot-ko-1.png [3] https://my.vnoss.net/pub/context/screenshot-ko-2.png ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________