
最後,我在表格中添加腳註。但它並不位於頁面底部。它位於桌子下方。而且, \usepackage[bottom]{footmisc} 在我的情況下不起作用。我怎麼能在頁面底部添加腳註。
\begin{table}[H]
\begin{minipage}{\textwidth}
\noindent\begin{tabularx}{\textwidth}{ccccc}
\toprule
1 & 2\footnote{I am a footnote. But I am in wrong place.} \\\bottomrule
\end{tabularx}
\end{minipage}
\end{table}
答案1
請總是包括一個完整的小文檔,而不僅僅是一個片段。在每頁註腳內是這樣的小型的頁面並到達那裡的底部。這是小型頁面在那裡提供的唯一功能。
去掉然後\begin{table}[H]
就\begin{minipage}
可以了,\tabularx
然後腳註就會按預期工作,