ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Split Table Numbering
@ 2010-01-29 23:34 Tad Ashlock
  0 siblings, 0 replies; only message in thread
From: Tad Ashlock @ 2010-01-29 23:34 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 1110 bytes --]

Hi All,

How do I go about getting split tables to be numbered as, for example,
1.3a and 1.3b, instead of 1.3 and 1.4?  I'm using "bychapter"
numbering.

Example (also attached as tadtest3.tex):

============================================================
\setupcaption[table][way=bychapter]

\starttext

\chapter{Chapter Name}

\dorecurse{3}{\input knuth\par}

\placetable[split]{Table Caption}%
{ \bTABLE[split=repeat]%
  \bTABLEhead
  \bTR\bTH Table Header \eTH\eTR
  \eTABLEhead
  \bTABLEbody
  \dorecurse{10}{\bTR\bTD table row \eTD\eTR}
  \eTABLEbody
  \eTABLE}

\stoptext
============================================================

The problem with the current numbering scheme is that it doesn't
indicate that a single, split table is different than two separate
tables.

Another problem is that the tables end up getting numbered differently
for different output formats (e.g. print vs. screen).  So for
instance, you can't refer to "table 4.7" in an e-mail, because you
might be looking at the presentation version of the document, but
others might be looking at the printed version.

Thanks,
Tad

[-- Attachment #2: tadtest3.tex --]
[-- Type: application/x-tex, Size: 342 bytes --]

[-- Attachment #3: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-29 23:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-29 23:34 Split Table Numbering Tad Ashlock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).