From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22274 Path: news.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: Re: Cells table with long text Date: Sat, 3 Sep 2005 13:31:06 +0200 Message-ID: <6faad9f005090304314fe5be25@mail.gmail.com> References: <431782F3.7040805@virgilio.it> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1125747231 13458 80.91.229.2 (3 Sep 2005 11:33:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Sep 2005 11:33:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Sep 03 13:33:47 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EBWGU-0003Sf-C5 for gctc-ntg-context-518@m.gmane.org; Sat, 03 Sep 2005 13:32:54 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2570F127BD; Sat, 3 Sep 2005 13:32:54 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00748-01; Sat, 3 Sep 2005 13:32:53 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D105712800; Sat, 3 Sep 2005 13:31:09 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 975F012800 for ; Sat, 3 Sep 2005 13:31:08 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00453-09 for ; Sat, 3 Sep 2005 13:31:07 +0200 (CEST) Original-Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.198]) by ronja.ntg.nl (Postfix) with ESMTP id 74A54127BD for ; Sat, 3 Sep 2005 13:31:07 +0200 (CEST) Original-Received: by nproxy.gmail.com with SMTP id n15so249344nfc for ; Sat, 03 Sep 2005 04:31:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Fjk0jYWmNC80nRKFvCaC/xK0hcZ8GDW4xeWjPdvNqgP9wSq9rQhjmlWkQyEmHt39bIQcGJiDkulVsluliSH81jjmTgq2+MAXLdJETSoo9EHUNT1blvLU/Nf03CFTBHL6D+k7nJL2dLP6uxY+ALJIy/oBpKlw8n3DaWPNxeBCD+8= Original-Received: by 10.48.248.10 with SMTP id v10mr189880nfh; Sat, 03 Sep 2005 04:31:05 -0700 (PDT) Original-Received: by 10.48.247.14 with HTTP; Sat, 3 Sep 2005 04:31:06 -0700 (PDT) Original-To: mailing list for ConTeXt users In-Reply-To: <431782F3.7040805@virgilio.it> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22274 Archived-At: 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 % \bTR % \bTD % \eTR % \eTABLE %
\eTD %
is optimized to do exactly that and can be used to transform xml (html) tables into PDF. Mojca