spurious parentheses?
spurious parentheses?
e.g. the following:
generates a spurious parenthesis.
| | |
|---|---|
| & | |
| & |
12 Jun 11, 1:08AM
Unfortunately what you've posted looks perfect, except for the 'and' symbols.
Can you post the raw latex you are using?
Furthermore you shouldn't really use the
\begin{tabular}{rl}....\end{tabular}try using
\begin{matrix}{rl}....\end{matrix}
Login