How can I put a full stop at the bottom rather than at mid-line following the end of an aligned matrix expression such as $\begin{pmatrix} x\\ y \end{pmatrix}$?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
You can place a stop with a second matrix (sans brackets) and phantom elements. The result is that the full stop is aligned as if next to bottom element in the matrix.
The stop may look misaligned, but see the image below. The downside is that you have to include this phantom matrix, but it does work.
|
|||
|
|
|
Something like Here is the example:
|
|||
|



smallmatrixenvironment already? – percusse Jan 21 '12 at 16:14