ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: longtable and tabularx in context
Date: Thu, 12 Aug 1999 21:10:46 +0200	[thread overview]
Message-ID: <37B31C36.DE7F4685@wxs.nl> (raw)
In-Reply-To: <199908121240.OAA02620@servalys.hobby.nl>

Wybo Dekker wrote:

> Sure, that worked, partly. However, my table started near the end of
> the page, so I added [top] to \placefigure, supposing that context

The savest way to handle that is to surround that what should go to the
top of the next page by 

\startpostponing
whatever 
\stoppostponing

> I downloaded the manual (4.4 MB) from the context download page, but
> it says nothing about starttabellen or starttabulate. The tran-script
> doesn't know about starttabulate. So where do I find this beta manual?

tabulate is a composed command the beta manual is at the beta page at
our site

quicky: www.pragma-ade.nl/beta.htm 

> Are footnotes possible in tables? I tried, but a footnote between a
> non-floating \starttable appeared on the next page, and one in
> \splitfloat{}{\starttables... didn't appear at all, although its
> marker did.

Footnotes are trouble makers. Their showing up depend on tex's mood, in
the sense that when buried to deep, they (actually any insert) will
never show up. 

%D \start 
%D \startlocalfootnotes[breedte=.3\hsize,n=0]
%D   \plaatstabel
%D     {Some Table}
%D     \plaatsonderelkaar
%D       {\starttabel[|l|r|]
%D        \HL
%D        \VL Nota\voetnoot{Bene} \VL Bene\voetnoot{Nota} \VL\SR
%D        \VL Bene\voetnoot{Nota} \VL Nota\voetnoot{Bene} \VL\SR
%D        \HL
%D        \stoptabel}
%D       {\placelocalfootnotes}
%D \stoplocalfootnotes
%D \stop

This is one way out. With splits ... I never tested this but I fear it
does not work, although \placelocalfootnotes let them show up, so you
can use that one to put them somewhere. 

Like columns, footnotes (inserts actually) are the weakest parts of tex. 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


  reply	other threads:[~1999-08-12 19:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-11 13:12 Wybo Dekker
1999-08-11 15:08 ` Hans Hagen
1999-08-12 12:40   ` Wybo Dekker
1999-08-12 19:10     ` Hans Hagen [this message]
1999-08-13 15:45       ` Wybo Dekker
1999-08-14  8:26         ` Hans Hagen
1999-08-14 11:14           ` Wybo Dekker
1999-08-12 21:17     ` Berend de Boer
1999-08-11 15:01 Berend de Boer

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=37B31C36.DE7F4685@wxs.nl \
    --to=pragma@wxs.nl \
    --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).