作者chungyuandye (养花种鱼数月亮看星星)
看板LaTeX
标题Re: [问题] table中的footnote看不到
时间Wed Apr 9 16:21:19 2008
※ 引述《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
1F:→ newfamous:可以work,感谢分享~ 07/13 11:26