Skip to content

图片标题添加脚注figure caption add footnote #316

Answered by note286
phyzhenli asked this question in Q&A
Discussion options

You must be logged in to vote
\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}

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@phyzhenli
Comment options

@note286
Comment options

@phyzhenli
Comment options

@note286
Comment options

@phyzhenli
Comment options

Answer selected by phyzhenli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants