On Fri, Nov 21, 2008 at 04:55:25PM -0000, Kavetsos, Georgios wrote:
> Dear all,
>
> This might seem an easy question, but I am new to Lyx and LaTeX in general.
> I have a table and want the numbers to be aligned at the full-stop. Having a
> minus sign in front of the number distorts the alignment.
> eg:
>
> 0.043
> -0.274
> 1.429
>
> Any suggestions?
The good old LaTeX way is to use two column separated by a literal dot:
[EMAIL PROTECTED]
1&2\\
3434&3234
\end{tabular}
To make this work in LyX, use [EMAIL PROTECTED] as "LaTeX argument" in the
table settings dialog create on right-click _on the first_ column
of the table.
Andre'
PS: Did I ever mention the table dialog is a mess UI-wise?