From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15287 Path: main.gmane.org!not-for-mail From: Nigel King Newsgroups: gmane.comp.tex.context Subject: \bTABLE[split=yes] Date: Tue, 1 Jun 2004 15:50:55 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <1631FEF1-B3DB-11D8-9DB5-0003938543A0@dircon.co.uk> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1086101651 11743 80.91.224.253 (1 Jun 2004 14:54:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Jun 2004 14:54:11 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jun 01 16:53:53 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVAeH-0002UD-00 for ; Tue, 01 Jun 2004 16:53:53 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C170D10B33; Tue, 1 Jun 2004 16:48:57 +0200 (MEST) Original-Received: from mailhost3.dircon.co.uk (mailhost3.dircon.co.uk [194.112.32.67]) by ref.ntg.nl (Postfix) with ESMTP id BA94410B2F for ; Tue, 1 Jun 2004 16:46:00 +0200 (MEST) Original-Received: from [1.1.3.76] (pipinghot.gw.dircon.net [195.157.154.158]) by mailhost3.dircon.co.uk (Postfix) with ESMTP id 016E32F447F; Tue, 1 Jun 2004 15:50:52 +0100 (BST) Original-To: ntg-context@ntg.nl X-Mailer: Apple Mail (2.618) 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:15287 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15287 All, I thought the following long table would split but it doesn't seem to using the current beta. Am I missing something? \starttext This is a test of the \type{\TABLE} environment. \bTABLE[split=yes] \bTABLEhead \bTR \bTH Head 1 \eTH \bTH Head 2 \eTH \eTR \eTABLEhead \bTABLEfoot \bTR \bTH Foot 1 \eTH \bTH Foot 2 \eTH \eTR \eTABLEfoot \bTABLEbody \dorecurse{30}{\bTR \bTD[nr=3] left \eTD\bTD right \eTD \eTR \bTR\bTD right \eTD \eTR \bTR[after={\page[yes]}]\bTD right \eTD \eTR} \eTABLEbody \eTABLE \stoptext TIA -- Nigel