解决方案: 使用 效果演示图: 演示代码:\usepackage{nonfloat}
。\documentclass{article}
\usepackage{nonfloat}
\setlength\textwidth{240pt}
\setlength\textheight{300pt}
\begin{document}
\listoftables
\section{First example}
The footnote for the caption goes below the table.\\[\intextsep]
\begin{minipage}{\textwidth}
\centering
\begin{tabular}{|c|}
\hlineTabular stuff here \\ \hline
\end{tabular}
\tabcaption[Text of the caption (first example)]{Text of the caption
(first example)\footnote{Text of the footnote (first example)}}
\end{minipage}
\\[\intextsep]
\section{Second example}
The footnote for the caption goes at the bottom.\\[\intextsep]
\begin{minipage}{\textwidth}
\centering
\begin{tabular}{|c|}
\hlineTabular stuff here \\ \hline
\end{tabular}
\tabcaption[Text of the caption (second example)]{Text of the caption (second example)\footnotemark}
\end{minipage}
\\[\intextsep]
\footnotetext{Text of the footnote (second example)}
\end{document}
发表评论 取消回复