发布时间:2010-02-08 18:04:42
文章类别:表格制作
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100h6m8.html

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

演示效果图:
LaTeX技巧心得288:标题倾斜表格的绘制技巧

演示代码:
\documentclass{article}
\usepackage{graphicx}
\begin{document}

\begin{center}
\begin{tabular}{|p{1.8cm}|p{1.8cm}|p{1.8cm}|}
\hline
\rotatebox{15}{Header1} & \rotatebox{15}{Header2} & \rotatebox{15}{Header3}\\\hline
column1a & column2a & column 3a\\
column1b & column2b & column 3b\\\hline
\end{tabular}
\end{center}

\end{document}


点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部