\prescript{t}{}{M}
as in
\prescript{a}{b}{F}_c^{d}
(that could also be useful for chemists, for atoms...)
\prescript{t}{}{M}
\prescript{a}{b}{F}_c^{d}
NEW: TikZ book now 40% off at Amazon.com for a short time.
mathtools
package:Code: Select all
\documentclass{article}
\usepackage{mathtools}
\begin{document}
$\prescript{t}{}{M}$
\end{document}
Code: Select all
$^t M$
Code: Select all
$\,^t M$
Code: Select all
\begin{pmatrix} a & b \\
c & d \end{pmatrix}
\prescript
solution, it appears on the top left corner.NEW: TikZ book now 40% off at Amazon.com for a short time.