From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11054 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: \setupTABLE commands? Date: Sat, 15 Feb 2003 12:41:44 +0100 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <003101c2d4e7$ad7cdb10$0100a8c0@vademecum> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1045309497 16810 80.91.224.249 (15 Feb 2003 11:44:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 15 Feb 2003 11:44:57 +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 18k0kZ-0004N0-00 for ; Sat, 15 Feb 2003 12:44:55 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 480D310AE9; Sat, 15 Feb 2003 12:47:13 +0100 (MET) Original-Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by ref.ntg.nl (Postfix) with ESMTP id 51FEF10AE7 for ; Sat, 15 Feb 2003 12:45:03 +0100 (MET) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla2.xs4all.nl (8.12.0/8.12.0) with SMTP id h1FBj28Z052430 for ; Sat, 15 Feb 2003 12:45:03 +0100 (CET) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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:11054 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11054 > 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}}}] If you need special subsets of pagenumbers you might want to have a look into the mag-005.pdf in the /temp directory of the pragma site (see also mail sent by Hans yesterday) Willi I hope this can give you an idea how to proceed further.... Willi