1

I am trying to align the three = using align. Here is the code:

\documentclass{article}
\usepackage{amsmath}

\begin{document}

\begin{align*}
\sum_{i \geq 1} &= \prod_{j \geq 2}\\
&\stackrel{abc, \, xyz} =  \iint_{S}\\
&= \oint_\gamma .
\end{align*}

\end{document}

However, I have trouble with the second one since it is part of \stackrel and I cannot put & in front of the second =. What I actually get with the above code is the following.

enter image description here

How can I fix this?

QA Ngô
  • 151

0 Answers0