From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11069 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: \setupTABLE commands? Date: Mon, 17 Feb 2003 00:35:52 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <5.1.0.14.1.20030217003407.02cc3ce8@remote-1> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1045441272 9328 80.91.224.249 (17 Feb 2003 00:21:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Feb 2003 00:21:12 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18kZ1z-0002QK-00 for ; Mon, 17 Feb 2003 01:21:11 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3A6DF10B1A; Mon, 17 Feb 2003 01:23:33 +0100 (MET) Original-Received: from smtp07.wxs.nl (smtp07.wxs.nl [195.121.6.39]) by ref.ntg.nl (Postfix) with ESMTP id 4751110B1A for ; Mon, 17 Feb 2003 01:10:39 +0100 (MET) Original-Received: from LAPTOP-3.wxs.nl ([195.121.67.52]) by smtp07.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id HAFF5Q02.R26 for ; Mon, 17 Feb 2003 01:10:38 +0100 X-Sender: hagen-mail@remote-1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Original-To: ntg-context@ntg.nl In-Reply-To: <003101c2d4e7$ad7cdb10$0100a8c0@vademecum> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11069 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11069 At 12:41 PM 2/15/2003 +0100, you wrote: > > Ah, I wasn't being too clear. i want to set up the table formatting in > > the document header, not within the text. Should I then be using the > > \setuptables command instead? I don't really understand the difference. > >The bTABLE-eTABLE environment is a complete other environment than the >\startable-\stoptable environment. >I do not know whether \startable cum suis work in a header. I developed a >header with a table with the \bTABLE environment. > >\setupheadertexts[][% > {\hbox to \hsize > {\switchtobodyfont[small]% > %\setupframed > % [align=right,top=\vfill,bottom=,width=\makeupwidth,frame=off]% > {\bTABLE > \setupTABLE[frame=on] > \setupTABLE[column][1][width=.65\textwidth] > \setupTABLE[column][2][width=.35\textwidth] > \bTR > \bTD Document: >\bf\hfill\headnumber[part]~\getmarking[part][current] \eTD > \bTD Page: \hfill \pagenumber~ of \aantalsubpaginas \eTD\eTR > \eTABLE}}}] better use something \startbuffer[myheader] .... \stopbuffer with \setupheadertexts[... \getbuffer ....] or \startsetups[myheader] .... \stopsetups \setupheadertexts[... {\setups[myheader]} ...] Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------