Fixing Footnote Placement in eqnarray: Tips and Tricks for Proper Formatting

  • Thread starter Thread starter PaulaS
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
PaulaS
Messages
18
Reaction score
0
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
 
Physics news on Phys.org
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}