发布时间:2009-12-20 18:40:31
文章类别:表格制作
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100gi2e.html

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

在一些论文中往往出现表格表头文字过长,使得表格排到页面以外,我们可以把表头文字进行竖排。
我们可以使用graphicx提供的\rotatebox{90}{}来实现这一操作。
示例效果图:
LaTeX技巧181:表格单元格文字竖排技巧
演示代码:
\documentclass{article}
\usepackage{graphicx}

\begin{document}

\begin{tabular}{|l|c|}\hline
\rotatebox{90}{some rotated text} & \rotatebox{90}{some rotated text}\\\hline
some text & some text\\ \hline
\end{tabular}

\end{document}


点赞(5)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部