发布时间:2010-11-10 22:10:27
文章类别:表格制作
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100mrgu.html

QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载

文字居中并且要指定每一列的宽度,我这样写,好像不行
\begin{table}[htbp]
\begin{tabular}
{|p{54pt}l|p{71pt}c|p{71pt}c|}
\hline Method& Train set&
Test set \\
\hline Bp Nerual& 97.70{\%}&
94.30{\%} \\
\hline Our model& 98.56{\%}&
97.17{\%} \\
\hline
\end{tabular}
\label{tab1}
\end{table}
解决方案
\usepackage{array}

\begin{tabular}{|p{2cm}<{\centering}|}
居中
\end{tabular}

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部