发布时间:2010-02-07 01:03:37
文章类别:表格制作
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100h61g.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
演示效果图:
![LaTeX技巧283:如何引用无标题表格 LaTeX技巧283:如何引用无标题表格](wangzhaoli11_博客图片/LaTeX_files_6630d0d6b54a3baf20ed4190abcd78920a3f2412/1.jpg)
演示代码:
\setlength\textwidth{200.0pt}
Here comes table number \ref{tabl2}:
\begin{table}[!ht]
\refstepcounter{table}\label{tabl2}
\begin{tabularx}{\textwidth}{lll}
\toprule
\multicolumn{3}{c}{\textbf{\tablename~\thetable}}\\
\multicolumn{3}{c}{\textbf{BlaBla}}\\
1 & 2 & 3\\
4 & 5 & 6\\
\bottomrule
\end{tabularx}
\end{table}
发表评论 取消回复