解决方案:

使用\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}

点赞(2)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部