I use manyfoot to create a second footnote system, for which I wish to have an alphalph counter style. In order to have alphalph work properly with manyfoot, I write this.
Code: Select all
\DeclareNewFootnote{B}
\renewcommand{\thefootnoteB}{\alphalph{\value{footnoteB}}}
footnoteB
(\label{noteB:lab}
), when I call \ref{noteB:lab}
, I get the arabic
counter of the footnote, instead of its alphalph
version.Can you help me to fix the problem?
Thanks and best regards!
Giuseppe