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: tables
Date: Sat, 21 Sep 2002 15:17:51 +0200	[thread overview]
Message-ID: <5.1.0.14.1.20020921150619.028d7b38@remote-1> (raw)
In-Reply-To: <001901c260da$b6e20d00$203f4cd5@michal>

At 08:58 PM 9/20/2002 +0200, you wrote:

>Can you give me an advise?

\midaligned{\tfc Wyniki egzaminu}
                                 ^ no space here ! ! ! ! !

looks like a bug in TaBlE itself (no EndPar.. not expanded for each p) and 
so no info about height of cells

>PS. How to vertically center text in a cell?

maybe you can better use bTABLE ... which gives you more control

test file (you can specify bgcolors per cell, column, row, odd, even, etc):

\mainlanguage[pl]
\setupbodyfont[plr,10pt]
\setupwhitespace[medium]
\setuppapersize[A4][A4]
\setupcolors[state=start]
\showframe

\starttext

\midaligned{\tfc Wyniki egzaminu}

\bTABLE[split=yes]
   \setupTABLE[column][4][align={lohi,middle}]
   \bTABLEhead
     \bTR
       \bTD \bf Lp. \eTD
       \bTD \bf Waga \eTD
       \bTD \bf Odpowiedzi \eTD
       \bTD \bf Zadane pytanie \eTD
     \eTR
   \eTABLEhead
   \bTABLEbody
     \dorecurse{70}
       {\bTR
          \bTD
            \startitemize[4,packed]
            \item eeeee
            \item fffff
            \item ggggg
            \stopitemize
          \eTD
          \bTD
            xxx
          \eTD
          \bTD
            \startitemize[4,packed]
            \item eeeee
            \item fffff
            \item ggggg
            \stopitemize
          \eTD
          \bTD
            dddddddd
          \eTD
        \eTR}
   \eTABLEbody
\eTABLE

\stoptext
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


       reply	other threads:[~2002-09-21 13:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <001901c260da$b6e20d00$203f4cd5@michal>
2002-09-21 13:17 ` Hans Hagen [this message]
2002-09-22  9:11   ` tables Willi Egger
2003-02-04 22:19 tables Roef Ragas
2003-02-05  8:56 ` tables Hans Hagen
2004-06-22 19:36 tables dr. Hans van der Meer
2004-06-22 19:54 ` tables Henning Hraban Ramm
2004-07-02 18:23 ` tables Henning Hraban Ramm
2004-10-28  3:07 Tables David Arnold
2004-10-28  6:48 ` Tables Henning Hraban Ramm
2006-10-28 10:55 long paragraph in a table cell Hans Hagen
2006-10-30  0:44 ` tables Horacio Suarez
2006-10-30 12:15   ` tables Wolfgang Schuster
2006-10-30 12:50     ` tables Horacio Suarez
2006-10-30 21:48   ` tables Patrick Gundlach
2006-10-30 21:56     ` tables Aditya Mahajan
2006-10-30 22:19       ` tables Patrick Gundlach
2012-05-17  8:11 tables Meer, H. van der
2012-06-14  8:32 tables Hans Hagen

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=5.1.0.14.1.20020921150619.028d7b38@remote-1 \
    --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).