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 17:19:18 +0200

On Thu, May 22, 2003 at 05:05:39PM +0200, Joris van der Hoeven wrote:
>
> On Thu, 22 May 2003, David Allouche wrote:
> > On Thu, May 22, 2003 at 02:00:21PM +0200, Javier Arantegui wrote:
> > > Hello,
> > >
> > > Is possible to center a multi-paragraph cell? I want to get:
> > >
> > > +--------------+----+
> > > | w | RA |
> > > | (ciclos/min) | |
> > > +--------------+----+
> >
> > There are two properties to combine here:
> >
> > The cell alignement -- controls how the box of the cell content is
> > alignemnt inside the cell's box. This is set by the cell
> > properties menu.
> >
> > The pargraph style -- control how hyphenation positions paragraphs
> > with respect to one another.
> >
> > In the case of a multi-paragraph... yes... that seems broken.
>
> ??? For me, it works...

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?

--
-- ddaa



Archive powered by MHonArc 2.6.19.

Top of page