加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

[转载]Latex表格的尾注和脚注

(2013-03-25 21:01:54)
标签:

转载

终于找到了。楼主好详细啊,要不然对那该死的IEEEtran三线表以及脚注就不知道该怎么办了。

见代码:

documentclass[10pt]{article}
usepackage{booktabs}
usepackage{threeparttable}
begin{document}

begin{table}[htbp]
centering
small
begin{threeparttable}
caption{label{tab:results}Effect of Trade Openness on Environment (Air Pollution)}
begin{tabular}{lccc}
toprule
& NO $ _2 $ & SO $ _2 $ & PM \midrule
$ln(y/pop)$ & 408.74* & 287.25* & 566.65 \& (121.79) & (118.81) & (336.19)\
$ln(y/pop)^2$ & $-$22.85* & $-$16.58* & $-$35.57**
\& (6.90) & (6.78) & (19.06)
\$(X+M)/Y$ & $-$.29** & $-$.31* & $-$.37
\& (.17) & (.08) & (.34)
\$Polity$ & $-$3.20* & $-$6.58* & $-$6.70**
\& (1.47) & (2.05) & (3.42)
\$ln(LandArea/pop)$ & $-$5.94 & $-$2.92* & $-$13.02*
\& (5.93) & (1.39) & (6.29)
\Obs. & 36 & 41 & 38
\$R^2$ & 0.16 & 0.68 & 0.62
\
bottomrule
end{tabular}
%
尾注
small Note: Robust standard errors in parentheses. Intercept included but not reported.
%
脚注
begin{tablenotes}
item[*] significant at 5
% level
item[**] significant at 10
% level
end{tablenotes}
end{threeparttable}
end{table}

end{document}

注意:要用到的包。

结果图如下:

http://s16/mw690/531bb763gd28b2df5b5bf&690

0

  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有