Graphics, Figures & Tables ⇒ Can Rows Span Facing Pages or Very Large Tables
Can Rows Span Facing Pages or Very Large Tables
The total width of the table is about twice \textwidth, and the total height of the table exceeds \textheight. In the past, I have used the packages longtable or supertabular for tables that have too many rows to fit within the height of single page. The current problem is that, additionally, I have too many columns to fit within the width of a single page. I have searched this forum and tug.ctan.org but have found no solution.
Ideally, I would like to have each row span two facing pages. The table would begin on a left-hand page and the last column would appear on the facing right-hand page. Any rows that do not fit within \textheight would begin on the next left-hand page, following a repeated heading row or rows. Unfortunately I have no minimum working example, as I am unaware of how to accomplish what I've described.
What package, if any, could accomplish what I propose? If no such package exists, what package or packages are best suited to base my own custom package on?
Thank you for your attention.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Can Rows Span Facing Pages or Very Large Tables
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Can Rows Span Facing Pages or Very Large Tables
I'm still working on it. It's is less-than-ideal for what I'm after, but I may be able to adapt it. My next attempts will use the tabular environments of ledmac, the package that ledpar extends.