ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Martin Kolarik" <martin@mii.cz>
Subject: \bTABLE bug?
Date: Fri, 23 Jan 2004 10:01:42 +0100	[thread overview]
Message-ID: <LCENJCCCMANHKGJPJHJICEGICKAA.martin@mii.cz> (raw)
In-Reply-To: <6.0.1.1.2.20040116152645.02ec9a00@server-1>

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

Hi,

I have found strange behaviour for bTABLE -- I use global setup for cells
height and override it in some cells, but the height of one of such
overriden cell is ignored.

I'm sending a short example -- I expect both tables in the example to be the
same, but they are not.

Thank you for help,

Martin Kolarik

[-- Attachment #2: btablebug.tex --]
[-- Type: application/octet-stream, Size: 601 bytes --]

\setupoutput[pdf]

\starttext

Table with bad height of [upper third] cell:

\bTABLE[height=2cm]
  \bTR
    \bTD[nr=2] first\eTD
    \bTD[nr=2] second\eTD
    \bTD[height=1cm] upper third\eTD
  \eTR
  \bTR
    \bTD[height=1cm] lower third\eTD
  \eTR
  \bTR
    \bTD[nc=3] long last row\eTD
  \eTR
\eTABLE

\godown[2cm]

The desired look, but achieved by different settings:

\bTABLE[height=1cm]
  \bTR
    \bTD[nr=2] first\eTD
    \bTD[nr=2] second\eTD
    \bTD upper third\eTD
  \eTR
  \bTR
    \bTD lower third\eTD
  \eTR
  \bTR[height=2cm]
    \bTD[nc=3] long last row\eTD
  \eTR
\eTABLE

\stoptext

      parent reply	other threads:[~2004-01-23  9:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-16 14:30 special font issue 3 user groups Hans Hagen
2004-01-17  0:24 ` Adam Lindsay
2004-01-19 15:46 ` Piotr Kopszak
2004-01-23  9:01 ` Martin Kolarik [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=LCENJCCCMANHKGJPJHJICEGICKAA.martin@mii.cz \
    --to=martin@mii.cz \
    --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).