mailing-list for TeXmacs Users

Text archives Help


Re: How to center a multi-paragraph cell?


Chronological Thread 
  • From: David Allouche <address@hidden>
  • To: address@hidden
  • Subject: Re: How to center a multi-paragraph cell?
  • Date: Thu, 22 May 2003 21:21:19 +0200

On Thu, May 22, 2003 at 05:24:07PM +0200, Joris van der Hoeven wrote:
>
> > When I try to set (any or) both of the properties I get the following
> > table, which is not displayed with horizontal centering.
> >
> > (block (tformat
> > (cwith "1" "1" "1" "-1" "cell valign" "c")
> > (cwith "1" "1" "1" "-1" "cell halign" "c")
> > (table (row
> > (cell (document
> > (with "paragraph mode" "center"
> > (document "S" "(cyclos/min)"))))
> > (cell "RA")))))
> >
> > With which table does it work?
>
> The following one, for instance:
>
> (block
> (tformat
> (cwith "1" "1" "1" "1" "cell hyphen" "t")
> (twith "table width" "1par")
> (table (row (cell (document (with "paragraph mode" "center"
> (document "dzed zedhe dj zedhe zuid uizeh dizeh dhzeuih
> duizhduiehduizediddhz edh ehz dihz euidh zeihd uihze uidh ihhdz eidh zeihd
> hze idhz eidh izehd ihze dihdzeh duihze"
> "zeiudhizeh duizeh duih zedhzeuihduize"
> "dizeudheuizhd ize"))))))))

Javier does not want a _hypenated_ cell. He wants a _multi-paragraph_
cell (with automatic width)

Try to produce the actual layout he asked and you will understand the
problem:

+--------------+----+
| w | RA |
| (ciclos/min) | |
+--------------+----+

--
-- ddaa



Archive powered by MHonArc 2.6.19.

Top of page