| New Reply |
footnotes in eqnarray |
Share Thread | Thread Tools |
| Dec17-12, 02:28 PM | #1 |
|
|
footnotes in eqnarray
Hello,
I am writing a formula in 'eqnarray' and I need to write a footnote. Here is my code: Code:
\begin{eqnarray*}
\Omega(^4S_{3/2},^2D_{5/2})
&=& \frac{2J' + 1}{(2S' + 1)(2L' + 1)} \Omega(^4S, ^2D)\footnote{Table 1}\\
&=& \frac{2(5/2)+1}{(2)(5)}(6.9)\\
&=& 4.14\\
\end{eqnarray*}
How can I fix it? Thanks a lot |
| Dec17-12, 02:37 PM | #2 |
|
|
I was able to fix it.
If anyone is interested here is the new code: Code:
\begin{eqnarray*}
\Omega(^4S_{3/2},^2D_{5/2})
&=& \frac{2J' + 1}{(2S' + 1)(2L' + 1)} \Omega(^4S, ^2D)\footnotemark\\
&=& \frac{2(5/2)+1}{(2)(5)}(6.9)\\
&=& 4.14\\
\end{eqnarray*}
\footnotetext{Table 1}
|
| New Reply |
| Tags |
| eqnarray, footnote, latex |
| Thread Tools | |
Similar Threads for: footnotes in eqnarray
|
||||
| Thread | Forum | Replies | ||
| LaTex: eqnarray numbering eqs as 1a, 1b, 1c | Math & Science Software | 1 | ||
| Need dagger footnotes in Latex | Math & Science Software | 0 | ||