提问于:
浏览数:
3602
![![](https://pics.latexstudio.net/data/images/201911/83b816fdaab2c09.png)](https://pics.latexstudio.net/data/images/201911/b713da1a02f126c.png)
我尝试
\begin{sidewaystable}
\begin{longtable}
\end{longtable}
\end{sidewaystable}
并没有分页。
2 回答
0
`sidewaystable`环境不允许分页,可以使用`pdflscape`宏包的`landscape`实现相应操作。
具体细节,请在命令行执行`texdoc pdflscape`命令查阅该宏包使用说明书。
作者追问:2019-11-21 12:06
![](https://pics.latexstudio.net/data/images/201911/80f7da4a59ec7d7.png)
\begin{landscape}
\begin{longtable}{lrrrrrrrr}
整个页面都横置了
-
本来就应该是这样呀,不可以只有部分横置的表格跨页,而其它还有多带带正常排版的内容吧。 – registor 2019-11-21 14:17 回复
0
使用`lscape` 的`landscape` 环境。
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。