From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/64590 Path: news.gmane.org!not-for-mail From: barndog1946@gmail.com Newsgroups: gmane.comp.tex.context Subject: Help to SPLIT TABLE caption numbering CORRECTLY Date: Fri, 17 Dec 2010 10:17:37 +0000 Message-ID: <20cf3054a6efce0c700497987a0f@google.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0077590916==" X-Trace: dough.gmane.org 1292581073 31748 80.91.229.12 (17 Dec 2010 10:17:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Dec 2010 10:17:53 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 17 11:17:49 2010 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 1PTXNl-0001iq-2E for gctc-ntg-context-518@m.gmane.org; Fri, 17 Dec 2010 11:17:49 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 45E6CCA90C; Fri, 17 Dec 2010 11:17:48 +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 ZOIytJRHHH5F; Fri, 17 Dec 2010 11:17:45 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 32E41CA90D; Fri, 17 Dec 2010 11:17:44 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D8569CA90C for ; Fri, 17 Dec 2010 11:17:42 +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 5jnho5J4hArH for ; Fri, 17 Dec 2010 11:17:40 +0100 (CET) Original-Received: from filter7-ams.mf.surf.net (filter7-ams.mf.surf.net [192.87.102.75]) by balder.ntg.nl (Postfix) with ESMTP id D141DCA904 for ; Fri, 17 Dec 2010 11:17:40 +0100 (CET) Original-Received: from mail-wy0-f199.google.com (mail-wy0-f199.google.com [74.125.82.199]) by filter7-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id oBHAHcmP027157 for ; Fri, 17 Dec 2010 11:17:39 +0100 Original-Received: by wyb34 with SMTP id 34so80021wyb.2 for ; Fri, 17 Dec 2010 02:17:38 -0800 (PST) Original-Received: by 10.223.78.133 with SMTP id l5mr54275fak.28.1292581057988; Fri, 17 Dec 2010 02:17:37 -0800 (PST) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=74.125.82.199; country=US; region=CA; city=Mountain View; postalcode=94043; latitude=37.4192; longitude=-122.0574; metrocode=807; areacode=650; http://maps.google.com/maps?q=37.4192,-122.0574&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0DDIahC4V - c4799c7d903c - 20101217 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.75 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:64590 Archived-At: --===============0077590916== Content-Type: multipart/alternative; boundary=20cf3054a6efce0c560497987a0c --20cf3054a6efce0c560497987a0c Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Hans, PLEASE take a look at \placetable and fix numbering so that when a long table is split the numbering is: 1 1 (continued) 1(continued) and while you are there could we get : open header on top of continued table and footer that states: table continued just like LaTeX \longtables Here is a minimal example for Hans, which shows correct numbering for split tables which is currently wrong for MkIV: \setuppapersize[A7][A7] \starttext \placetable [split] {Test 1} {\bTABLE \dorecurse{20}{\bTR\bTD #1 \eTD\eTR} \eTABLE} \placetable {Test 2} {\bTABLE \bTR\bTD 1 \eTD\eTR \eTABLE} \stoptext THANKS barney --20cf3054a6efce0c560497987a0c Content-Type: text/html; charset=ISO-8859-1 Hans,

PLEASE take a look at

\placetable and fix numbering so that when a long table is split the numbering is:

1
1 (continued)
1(continued)

and while you are there could we get :

open header on top of continued table and footer that states:

table continued

just like LaTeX \longtables

Here is a minimal example for Hans, which shows correct numbering for split tables
which is currently wrong for MkIV:

\setuppapersize[A7][A7]

\starttext

\placetable
[split]
{Test 1}
{\bTABLE
\dorecurse{20}{\bTR\bTD #1 \eTD\eTR}
\eTABLE}

\placetable
{Test 2}
{\bTABLE
\bTR\bTD 1 \eTD\eTR
\eTABLE}

\stoptext

THANKS

barney --20cf3054a6efce0c560497987a0c-- --===============0077590916== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============0077590916==--