发布时间:2010-07-20 13:57:12
文章类别:表格制作
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100kgte.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
RT!
【解决方案】
第一、\begin{tabular*}{width}{@{\extracolsep{\fill}}ccccccccc}
......\\
...
...
...\\
\end{tabular*}
其中的width你可以自己DIY,如“300pt”,或者 “0.618\textwidth”
第二、tabularx可以实现这个
这两个稍有差别,示例如下:
\begin{tabular*}{8cm}{lll}
\hline
Start & End
\hline
3400
4E00
\hline
\end{tabular*}
\begin{tabularx}{8cm}{llX}
\hline
Start & End
\hline
3400
4E00
\hline
\end{tabularx}
注意加载 tabularx宏包
参看:http://edt1023.sayya.org/tex/latex123/node9.html
发表评论 取消回复