我知道有很多人问过关于footnote
s in caption
s 和其他方面的问题。我目前正在做一个beamer
演示,其中这种机制并不总是必要的,相反,\footnotes
可能(我坚持认为是可能)在那里更有意义。
我尝试在通话\footnote
后添加一个\includegraphics
,但脚注编号放在图片底部,感觉有点奇怪。我更喜欢将标记放在右上角附近。
这可能很容易解决,但是当搜索互联网时,我总是回到\footnote
相关\caption
问题。
以下是一个例子
\documentclass{beamer}
\usepackage{graphicx}
\begin{document}
\begin{frame}
\includegraphics{example-image-a}\footnote{A footnote for an image without figure}
\end{frame}
\end{document}