On Thu, Mar 15, 2001 at 09:33:21AM +0100, Herbert Voss wrote:
> > > the tex-code for my demo-table is:
> > > \begin{tabular}{|m{1cm}|c|c|c|p{2cm}<{\raggedleft}|}
> > Your suggestion will not generate an error, but it will work only if there
> > is one paragraph in each cell.
> 
> it works for more than one paragraph, because it's pure latex.
> you'll get some problems, if you changed horizontal behaviour
> _before_ you write p{2cm}<...  lyx don't delete all commands when
> writing p{2cm}<.... in the alignment field.

How does it suppose to work ?
The < construct put its argument after the cell contents, so if I have a cell
containing "a \par b" then it will become "a \par b\raggedleft", so only the
2nd paragraph will be raggedleft !

Reply via email to