Hi all,
Let's just say I want to typeset, ASCII-art style:
Where the alignments are on the < characters and the contents a, b, a+1 and b+1 are centred in their "cells", but 0, 1, 1 and 2 are right- or left-aligned as if they were the standard align environment.
For example, if I were to put this into a matrix or array environment:
Code: Select all
\begin{array}{rcccccl}
0 & < & a & < & b & < & 1 \\
1 & < & a+1 & < & b+1 & < & 2
\end{array}
Of course, this doesn't preserve the intra-line spacing as it's a matrix not an environment like align or alignat. But I think it gets across what I'm trying to do.
Is it possible?