ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: varheit@gmx.de
Subject: Split floating table
Date: Tue, 3 Dec 2002 17:08:47 +0100 (MET)	[thread overview]
Message-ID: <3526.1038931727@www58.gmx.net> (raw)

Hi,

i try to typeset a very large table using the Natural Table macros.
I would like to place the table as a floating object so it will get
numbered and show up in the list of tables. In a recent post, the
command \splitfloat was mentioned, but unfortunately, I could not
find any documentation that would help me out.

I tried the document below, which results in a split table, but all the
rows of the table are split on their own.

I am using the current beta. Any suggestions?

\starttext
\chapter{A big table}

\splitfloat{\placetable{A big table}}
{
  \bTABLE[split=repeat]
    \bTABLEhead
      \bTR
        \bTH Head1\eTH\bTH Head2\eTH
      \eTR
    \eTABLEhead
    \bTABLEbody
      \dorecurse{80}{\bTR\bTD Column1\eTD\bTD Column2\eTD\eTR}
    \eTABLEbody
  \eTABLE
}
\stoptext

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!

                 reply	other threads:[~2002-12-03 16:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3526.1038931727@www58.gmx.net \
    --to=varheit@gmx.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).