ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mojca Miklavec <mojca.miklavec.lists@gmail.com>
Subject: Re: Cells table with long text
Date: Sat, 3 Sep 2005 13:31:06 +0200	[thread overview]
Message-ID: <6faad9f005090304314fe5be25@mail.gmail.com> (raw)
In-Reply-To: <431782F3.7040805@virgilio.it>

Jilani Khaldi wrote:
> Hi All,
> In a table I have some cells with long text (say 100 chars). How can I
> fit the text in a cell having many rows instead of a single line, as it
> is done (automatically) in HTML tables? An example will be very helpful.
> Thank you.

Did the "LaTeX" thread answer your question?

\bTABLE % <table>
  \bTR % <tr>
    \bTD %<td>
    \eTD % </td>
  \eTR % </tr>
\eTABLE % </table>

is optimized to do exactly that and can be used to transform xml
(html) tables into PDF.

Mojca

  reply	other threads:[~2005-09-03 11:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-01 22:38 Jilani Khaldi
2005-09-03 11:31 ` Mojca Miklavec [this message]
2005-09-03 13:30   ` Jilani Khaldi
2005-09-04 22:34   ` How to put reference to this TABLE? Jilani Khaldi
2005-09-04 22:51     ` Mojca Miklavec

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=6faad9f005090304314fe5be25@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.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).