On Tue, 11 Jun 2002, Renaud MICHEL wrote:
> > 123:456
> > 1234:56
> > and have all :'s lined up like decimal stops.
> >
> > how?
>
> With this kind of construct
>
> \begin{tabular}{r@{:}l}
> 12 & 34 \\
> 56 & 78
> \end{tabular}
better using dcolumn package...
put:
\usepackage{dcolumn}
\newcolumntype{d}[1]{D{:}{:}{#1}}
in preamble,
then add in the special format: LaTeX argument
d{2} ---> for two decimal
Wayan
