I have a problem, maybe someone can help me? I need to use * instead of 1 for footnote, just only first one and then it should be counted on... 1, 2, ...
I used this one :
\renewcommand\thefootnote{*}
\footnote{text}
\addtocounter{footnote}{-1}
\renewcommand\thefootnote{\arabic{text}}
but the problem is that, the first footnote is shown *, second is shown as 1. and all following footnotes again as 1.
I'm so unconcentrated, I don't understand where the problem is

thanks in advance,
Gvantsa