Hi everyone,
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 ...