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

标签 latex tabular

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


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

蒂姆

最佳答案

查看longtable环境:

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

关于latex - 如何在 LaTeX 中制作多页横向表格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2717285/

相关文章:

python - 无法使用 Google colab 在 pandas 中显示 Latex 表达式

javascript - 在 Bootstrap 表中实现列卡住

ssas - 在 DAX 中优化汇总

latex - 如何使用 tikz 制作灰色圆形框

latex - 在 LaTeX 中使用\hline 时出错,不会中断编译,但也许我的做法是错误的

r - 让 Stargazer Column 标签打印在两行或三行上?

emacs - 组织模式表 : refer to a field in a table from formula in another table

latex - 如何编辑 BibTeX .bst FUNCTION {format.names}?

html - 交替表行颜色?

python - Python 的 Tabulate 逗号对齐错误