From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/72060 Path: news.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: xtreme tables repeating header Date: Tue, 1 Nov 2011 13:54:06 +0100 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1320152073 25709 80.91.229.12 (1 Nov 2011 12:54:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Nov 2011 12:54:33 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 01 13:54:26 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RLDrF-0005zk-6p for gctc-ntg-context-518@m.gmane.org; Tue, 01 Nov 2011 13:54:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 59D95CB0B1; Tue, 1 Nov 2011 13:54:24 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 86hqbxqd2Yle; Tue, 1 Nov 2011 13:54:21 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 64C4BCB0A9; Tue, 1 Nov 2011 13:54:21 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5F3FACB0A9 for ; Tue, 1 Nov 2011 13:54:19 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WqjE4qym6Js1 for ; Tue, 1 Nov 2011 13:54:05 +0100 (CET) Original-Received: from filter4-nij.mf.surf.net (filter4-nij.mf.surf.net [195.169.124.155]) by balder.ntg.nl (Postfix) with ESMTP id 8BA81CB098 for ; Tue, 1 Nov 2011 13:54:05 +0100 (CET) Original-Received: from unimail.uni-dortmund.de (mx1.HRZ.Uni-Dortmund.DE [129.217.128.51]) by filter4-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pA1Cs4jW032700 for ; Tue, 1 Nov 2011 13:54:05 +0100 Original-Received: from [192.168.2.104] (p57BB21EB.dip.t-dialin.net [87.187.33.235]) (authenticated bits=0) by unimail.uni-dortmund.de (8.14.5/8.14.5) with ESMTP id pA1Cs3fr025126 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Tue, 1 Nov 2011 13:54:04 +0100 (CET) In-Reply-To: X-Mailer: Apple Mail (2.1251.1) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=129.217.128.51; country=DE; region=07; city=Dortmund; latitude=51.5167; longitude=7.4500; http://maps.google.com/maps?q=51.5167,7.4500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 04FPMS45D - 6a075be761b1 - 20111101 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.155 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:72060 Archived-At: Hello, any news on this subject? Thanks! Patrick Am 29.10.2011 um 12:41 schrieb Patrick Gundlach: > Hi, > > I can't get the repeating header to work with the new extreme tables (the "new column A" should be on the second page). What is the error here? > > Thanks > > Patrick > > > -------------------------------------------------------- > \setuppapersize [a5][a5] > > \starttext > > \setupxtable > [width=.5\textwidth, > split=yes, > header=repeat, > footer=repeat] > > \startxtable > \startxtablehead > \startxrow > \startxcell Column A \stopxcell > \startxcell Column B \stopxcell > \stopxrow > \stopxtablehead > \startxtablenext > \startxrow > \startxcell new column A \stopxcell > \startxcell new column B \stopxcell > \stopxrow > \stopxtablenext > \startxtablebody > \startxrow > \startxcell \vrule height 7cm \stopxcell > \startxcell x \stopxcell > \stopxrow > \startxrow > \startxcell \vrule height 7cm \stopxcell > \startxcell x \stopxcell > \stopxrow > \startxrow > \startxcell \vrule height 7cm \stopxcell > \startxcell x \stopxcell > \stopxrow > \stopxtablebody > > \stopxtable > \stoptext > -------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________