[texhax] Alignment with respect to symbol

Philip G. Ratcliffe philipratcliffe at tiscali.it
Fri Jun 27 17:07:34 CEST 2003


> Phil,
>
> Thanx for the clue, still I could not nest it in a table enviroment!
> I think, I  wud put more effort......

More than this, I can't suggest, unless you give me a better idea of the
overall structure you want.  Although, it really shouldn't be that
difficult.

\documentclass{article}
\begin{document}
\begin{displaymath}
  \begin{array}{r@{.}l@{\;\pm\;}r@{.}l}
    48&0 &  3&20 \\
   153&15 &  0&1 \\
     3&0 & 10&0 \\
  \end{array}
\end{displaymath}
\end{document}

N.B. note that I use an "array" rather than "table" to avoid continual
insertion of $'s, but if you really do need a table, it shouldn't be a
problem.

Cheers,  Phil Ratcliffe



More information about the texhax mailing list