I have a weird problem when I use \overset from the amsmath package within squared brackets. For some reason it produces some extra space below the symbol as if it would expect that there is also something below the symbol.
Here is a minimal example:
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[
\left[ \overset{*}{A} \right]_{i,j}
\]
\end{document}
Thanks in advance,
Koffer