kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
820 stars 392 forks source link

Footnote in Figure Caption #251

Open sarkrui opened 1 year ago

sarkrui commented 1 year ago

Has anyone managed to add footnote inside the caption of a figure?

I have tried footnotemark with footnotetext The footnote will be added one page before where's actually referred.

\begin{figure}[!ht]
    \centering
    \includegraphics[width=3in]{example-image-a}
    \caption{A radar chart\protect\footnotemark Hello world, this is a caption.}
    \label{fig:helloworld}
\end{figure}
\footnotetext{The style referred to:https://google.com}

Thanks.