以垂直显示而不是水平显示的方式绘制表格
有人可以告诉我用哪个命令可以在 LaTex 中绘制垂直显示的表格吗?
谢谢..
Can Someone tell me by which command I can draw a table in vertical display in LaTex.
Thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您想要
lscape
包,可以有效地用于此目的,如下所示:编辑第二个解决方案:
另一种可能性是使用
rotating
包中的sideways
环境:对于浮动表
sidewaystable
。I think you want the
lscape
package, can be usefully used for this purpose as follows:EDIT 2nd solution:
Another possibility is to use the
sideways
environment from therotating
package:And for floating tables
sidewaystable
.以下代码适用于我在垂直位置的中心显示表格。
The following code works for me to display the table at the center of vertical position.