I am using the following in the preamble of my document to get symbols instead of numbers as footnote markers:
\usepackage{perpage}
\MakePerPage{footnote}
\usepackage{footmisc}[perpage,symbol*]
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
For some obscure reason I need both perpage package and option for the per-page footnote counter reset to work... And it works with no problem.
But then if I make a footnote in the caption of an image, the marker will go back to alphabetical. Is there a way to alter that behavior as well?
\captiondoes use a minipage (-like) setting, which means that\footnoteis actually controlled by\thempfootnotesettings – Jul 30 '17 at 23:01