Search found 2 matches

by eschavez6
Thu Jun 27, 2013 5:30 pm
Forum: General
Topic: Footnotes next to Equation Number with Reference
Replies: 2
Views: 4928

Re: Footnotes next to Equation Number with Reference

That's great it worked

But when i reference the equation, each time it creates a new footnote symbol in the referenced equation number. The pdf looks like this:

As you can see in equation (2*)

x=y (2^)

--------
^thefootnote



is there a way to reference an equation with a footnote without there ...
by eschavez6
Tue Jun 25, 2013 4:41 pm
Forum: General
Topic: Footnotes next to Equation Number with Reference
Replies: 2
Views: 4928

Footnotes next to Equation Number with Reference

Hi

I was trying to get a footnote next to an equation number and i found the following code will work.

\begin{equation}\refstepcounter{equation}
x=y \tag{\theequation\footnotemark}
\end{equation} \footnotetext{thefootnote}

But the problem I've been having is when i try to reference the equation ...