New Reply

footnotes in eqnarray

 
Share Thread
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*}
The number '1' is appearing next to Omega, but the footnote (Table 1) is not appearing at the end of the page.

How can I fix it?

Thanks a lot
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
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

Similar discussions 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