看板 LaTeX 關於我們 聯絡資訊
※ 引述《come (come come )》之銘言: : 不知道有沒有人遇到跟我一樣的情形 : table放footnote沒有產生在PDF中 : 請問要怎麼解決呢 : 謝謝 \begin{table} \centering \begin{tabular}{|l|l|}\hline column 1\footnotemark[1] & column 2\footnotemark[2] \\\hline row 1 & data 1 \\ row 2 & data 2 \\ row 3 & data 3 \\\hline \end{tabular} \caption{Table with rows, columns and footnotes} \label{tbl:data} \end{table} \footnotetext[1]{table footnote 1} \footnotetext[2]{table footnote 2} 試試看吧~ -- 養花種魚數月亮賞星星 http://chungyuandye.blogspot.com -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.232.189.101
newfamous:可以work,感謝分享~ 07/13 11:26