ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: ntg-context@ntg.nl
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: nested tables?
Date: Thu, 3 Jan 2008 16:02:56 +0100	[thread overview]
Message-ID: <20080103160256.f9035a65.schuster.wolfgang@googlemail.com> (raw)
In-Reply-To: <200801031545.03231.yvon.henel@orange.fr>

On Thu, 3 Jan 2008 15:45:03 +0100
Yvon Henel <yvon.henel@orange.fr> wrote:

> Le mercredi 2 janvier 2008, vous avez écrit :
> > tables (starttables...stoptables) cannot be nested. Table does some
> > automatic checking of number of columns, and that counting is global. So,
> > nested tables messes the count. Here is an example:
> [cut]
> 
> > This, of course, will not work if you want nested tables with different
> > number of columns in different rows. In that case, TABLE macros (bTABLE ..
> > eTABLE) would be the way to go.
> 
> Thank you for this piece of advice. I've found some documents about TABLE
> on  the net. I will study them real soon and hope to be able to obtain what I 
> want.

\starttext

\bTABLE[frame=off,align=middle]
 \bTR
   \bTD \bf ATout Choeur \eTD
   \bTD
     {\bTABLE[frame=off,align=middle]
       \bTR\bTD Number 2008--1 \eTD\eTR
       \bTR\bTD january 2008 \eTD\eTR
     \eTABLE}
   \eTD
  \eTR
  \bTR
    \bTD \tfa Something \eTD
    \bTD \eTD
  \eTR
\eTABLE

\stoptext

Wolfgang
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


      reply	other threads:[~2008-01-03 15:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-02 15:22 Yvon Henel
2008-01-02 17:21 ` Wolfgang Schuster
2008-01-02 18:55 ` Aditya Mahajan
2008-01-03 14:45   ` Yvon Henel
2008-01-03 15:02     ` Wolfgang Schuster [this message]

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=20080103160256.f9035a65.schuster.wolfgang@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).