Latex - FAQ
From Torben's Wiki
Footnote inside caption of figure/table
\stepcounter{footnote} % Fußnotenzähler weitersetzen
\footnotetext{Text der Fußnote}
\begin{figure}
\includegraphics{bild.eps} % Hochstellung geht nur im Mathemodus ($...$)
% damit die richtige Zahl genommen wird, den footnote-Zähler verwenden
\caption{Bildbeschriftung.${}^{\thefootnote}$}
Source: DanteFAQ
PDF Warnings
"Token not allowed in a PDF string"
Solution:
\texorpdfstring{Code im Text}{Code für bookmark}
\texorpdfstring{C$_{60}$}{C60}