in the following example, the placement of the asterisk in the superscript is different in the numerator and the denominator, it appears lower in the latter case. I do not know whether this is a bug or a feature. I would like to have them rendered the same way (i.e. as in the numerator). Is it possible?
Code: Select all
\documentclass[12pt,a4paper]{article}
\usepackage{amsmath}
\begin{document}
\begin{equation*}
\max_{\mathbf{G}}\ \frac{\int_{R} \mathbf{G}^* \cdot \mathbf{G} \
\mathrm{d} \Omega}{\int_{\Omega} \mathbf{G}^* \cdot \mathbf{G} \ \mathrm{d}
\Omega}
\end{equation*}
\end{document}
Thank you very much in advance,
Kornel