我想在mdframed
这样的环境中放置几个脚注
\documentclass{article}
\usepackage{mdframed}
\begin{document}
First\footnote{first footnote}
\begin{mdframed}
Second\footnotemark
\footnotetext{Second footnote}
Third\footnotemark
\footnotetext{Third footnote}
\end{mdframed}
\end{document}
如果我将\footnotetext
s 放在 外面mdframed
,数字就会显示在页面末尾。但这当然会阻止我在框内添加多个脚注。
答案1
将此添加到序言中似乎可以解决问题
\let\thempfootnote\thefootnote