mailing-list for TeXmacs Users

Text archives Help


Re: How to center a multi-paragraph cell?


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: <address@hidden>
  • Subject: Re: How to center a multi-paragraph cell?
  • Date: Thu, 22 May 2003 17:24:07 +0200 (CEST)


> 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"))))))))

But I agree that the current behaviour is not quite intuitive.




Archive powered by MHonArc 2.6.19.

Top of page