如何在 LaTeX 中制作多页横向表格

发布于 2024-08-30 12:36:26 字数 285 浏览 5 评论 0原文

标题几乎就是我的问题的范围。我正在尝试使用 xtabular 环境将大表插入到文档中。如果我将 xtabular 环境包装在横向环境中,那么我的桌子底部就会被切掉。有人有更好的建议吗?谢谢蒂姆


\begin{landscape}
\singlespace
\begin{xtabular}{|c|c|c|c|c|}
    \hline
      some & stuff & ... & \\
\end{xtabular}
\end{landscape}

The title is pretty much the extent of my question. I am trying to insert a large table into a document using the xtabular environment. If I wrap the xtabular environment in a landscape environment, then the bottom of my table gets chopped off. Does anyone have any better suggestions? Thanks


\begin{landscape}
\singlespace
\begin{xtabular}{|c|c|c|c|c|}
    \hline
      some & stuff & ... & \\
\end{xtabular}
\end{landscape}

Tim

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

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

发布评论

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

评论(1

鸢与 2024-09-06 12:36:26

查看longtable环境:

\begin{landscape}
  \begin{longtable}{|c|c|c|c|c|}
    ...
  \end{longtable}
\end{landscape}

See the longtable environment:

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