I am trying to include the words (Case 1:) and (Case 2:) as margin notes relevant to each line of the numbered equation, quoted below:
Code: Select all
\begin{equation}\label{e10:11}
\begin{array}{l@{}l@{}l}
d > c & {\marginpar \textbf{Case 1:}} \textrm{ and } & a > b, b < d, c < a\\
d < c & {\marginpar \textbf{Case 2:}} \textrm{ and } & a < b, b > d, c > a
\end{array}
\end{equation}
It appears that \marginpar cannot be used in math mode.
Can someone please provide other suggestions for achieving margin notes within an equation environment, or direct me to some legitimate examples of how to hang text in math mode?
Thanks,
audreyk