From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12935 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: Newbie wants to make long tables Date: Tue, 19 Aug 2003 17:49:05 +0200 (CEST) Sender: ntg-context-admin@ntg.nl Message-ID: References: <3F40C554.80808@aeccom.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1061308579 22375 80.91.224.253 (19 Aug 2003 15:56:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Aug 2003 15:56:19 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Aug 19 17:56:17 2003 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 19p8qH-00022c-00 for ; Tue, 19 Aug 2003 17:56:17 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6113D10B69; Tue, 19 Aug 2003 17:56:12 +0200 (MEST) Original-Received: from up.physik.fu-berlin.de (up.physik.fu-berlin.de [160.45.34.5]) by ref.ntg.nl (Postfix) with ESMTP id 94E8610B5F for ; Tue, 19 Aug 2003 17:49:07 +0200 (MEST) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by up.physik.fu-berlin.de (8.9.3/8.9.1) with ESMTP id RAA525744; Tue, 19 Aug 2003 17:49:07 +0200 (CEST) X-Envelope-From: tburnus@physik.fu-berlin.de Original-Received: from tburnus (helo=localhost) by g25.physik.fu-berlin.de with local-esmtp (Exim 3.35 #1 (Debian)) id 19p8jJ-0001wf-00; Tue, 19 Aug 2003 17:49:05 +0200 X-X-Sender: tburnus@g25.physik.fu-berlin.de Original-To: ntg-context@ntg.nl In-Reply-To: <3F40C554.80808@aeccom.com> 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:12935 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12935 Hi, On Mon, 18 Aug 2003, Thomas Schrader wrote: > I'm wondering how to break up long tables over several pages, > automatically placing continuing headers and footers. How about \starttablehead \NC a \NC b \NC\SR \stoptablehead \starttabletail \NC A \NC B \NC\SR \stoptabletail \starttables[|l|l|] \NC 1 \NC 11 \NC\SR \stoptables Tobias