在 LaTeX 中创建横向跨页表

发布于 2024-08-24 01:32:20 字数 324 浏览 7 评论 0原文

我有一个大表,我想将其包含在 LaTeX 文档中。它对于页面来说太宽了,所以我想将其旋转 90 度并使其横向。那么它对于页面来说太高了,所以我希望它跨越多个页面。

我已经设法将其横向显示:

\begin{landscape}
\begin{table}[htdp]
\begin{center}
\begin{tabular}{c|l|c|l|c|c|c}
     [ Data here ]
\end{tabular}
\end{center}
\end{table}
\end{landscape}

所以问题是,我现在怎样才能让它跨越多个页面?

I have a large table I want to include in a LaTeX document. It is too wide for a page, so I want to rotate it 90 degrees and have it landscape. Then it will be too tall for the page, so I want it to span multiple pages.

I have managed to get it landscape with:

\begin{landscape}
\begin{table}[htdp]
\begin{center}
\begin{tabular}{c|l|c|l|c|c|c}
     [ Data here ]
\end{tabular}
\end{center}
\end{table}
\end{landscape}

So the question is, how can I now get it to span multiple pages?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尝蛊 2024-08-31 01:32:20

查看 longtable 包

Have a look at the longtable package.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文