I want to use a symbol say \dagger in my article an then want to mention it as a footnote.
I have used the package
\usepackage[symbol]{footmisc}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
Then I used \footnote[$\dagger$]{text} in order to make it as footnote.
But is is giving error.
Any help please