发布时间:2009-11-24 10:09:15
文章类别:表格制作
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100g5m4.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
\documentclass{article}
\usepackage{times}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{111.0pt}
\usepackage{array}
\newcolumntype{I}{!{\vrule width 3pt}}
\newlength\savedwidth
\newcommand\whline{\noalign{\global\savedwidth\arrayrulewidth
\newlength\savewidth
\newcommand\shline{\noalign{\global\savewidth\arrayrulewidth
\begin{document}
\begin{tabular}{|cIc|c|} \hline
100 & 10 & 1
\end{tabular}
\begin{tabular}{|c|c|c|}
\hline
100 & 10 & 1
\end{document}
效果图:

发表评论 取消回复