Replies: 1 comment 5 replies
-
\documentclass{fduthesis}
\usepackage{graphicx}
\begin{document}
\listoffigures
\chapter{title}
\begin{figure}[htbp]
\centering
\includegraphics[width=\textwidth]{example-image}
\caption[图片标题]{图片标题\protect\footnotemark}
\label{label}
\end{figure}
\footnotetext{脚注}
\end{document} |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
phyzhenli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
你好,我想在图片标题这里添加脚注,但是编译不通过:
Beta Was this translation helpful? Give feedback.
All reactions