From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30898 Path: news.gmane.org!not-for-mail From: Bernd Militzer Newsgroups: gmane.comp.tex.context Subject: Re: beta Date: Tue, 19 Sep 2006 09:34:40 +0200 Message-ID: <450F9D90.5020607@militzer.net> References: <450D63A0.5050109@wxs.nl> <450E41C0.50804@militzer.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1158651295 30849 80.91.229.2 (19 Sep 2006 07:34:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Sep 2006 07:34:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 19 09:34:52 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 1GPa82-0005Wq-A2 for gctc-ntg-context-518@m.gmane.org; Tue, 19 Sep 2006 09:34:50 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 839571FEC2; Tue, 19 Sep 2006 09:34:49 +0200 (CEST) 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 08268-04-5; Tue, 19 Sep 2006 09:34:42 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4191E1FEBF; Tue, 19 Sep 2006 09:34:42 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E14681FEBF for ; Tue, 19 Sep 2006 09:34:40 +0200 (CEST) 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 08268-04-4 for ; Tue, 19 Sep 2006 09:34:38 +0200 (CEST) Original-Received: from new.militzer.net (new.militzer.net [81.169.143.226]) by ronja.ntg.nl (Postfix) with SMTP id CCC3B1FEB8 for ; Tue, 19 Sep 2006 09:34:38 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by new.militzer.net (Postfix) with ESMTP id 7AFBD1840B2 for ; Tue, 19 Sep 2006 09:34:38 +0200 (CEST) Original-Received: from new.militzer.net ([127.0.0.1]) by localhost (new [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05262-03 for ; Tue, 19 Sep 2006 09:34:34 +0200 (CEST) Original-Received: from [192.168.192.153] (pD9E6372D.dip.t-dialin.net [217.230.55.45]) by new.militzer.net (Postfix) with ESMTP id 0ADDE1840B0 for ; Tue, 19 Sep 2006 09:34:33 +0200 (CEST) User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) Original-To: mailing list for ConTeXt users In-Reply-To: <450E41C0.50804@militzer.net> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at new.militzer.net 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:30898 Archived-At: Hi Hans, please check the running table-heads producing a table over several pages 1. the running tablehead is only on first page 2. the running tablefoot is only on the last page that was not in version 5.2.4 % -- TestFile \starttext % \SetTableToWidth{\textwidth} \setuptables[split=yes,bodyfont=9pt] \starttablehead \HL % \NC Datum\NC Text\NC\FR % << \AR \HL \stoptablehead \starttabletail \HL \stoptabletail % \starttables[|l|l|] % \dorecurse{50}{ \NC 2006-08-18 \NC TestTest 1\NC\AR \NC 1771-12-05 \NC TestTest 2\NC\AR } \NC\NC\NC\LR %<< Last Row \AR % \stoptables \stoptext thanks Bernd