3
votes
1answer
82 views

Bottom table alignment for rotated column headers

I've been struggling to appropriately align rotated text using longtable, array and rotating packages. I basically want column headers to be aligned at the bottom, however, LaTeX centres them even ...
3
votes
1answer
188 views

Sideways table with rotated header on multiple pages

I am trying to have a sideways table on multiple pages with the header rotated at 90 deg. I have used landscape and longtable for the rotation and multipage span (sidewaystable doesn't work with ...
4
votes
1answer
428 views

Vertical lines in a multirow and multicolumn table

I am trying to finish this table scheme but I can't figure out what I am doing wrong. I want to convert those discontinued lines into continuous lines and I want to center the label "Total" between ...
6
votes
1answer
404 views

How to wrap text around a landscape table over multiple pages? \sidewaystable or \landscape + \longtable

I am trying to create a landscape table that breaks over multiple pages. I have successfully done this with the following: \begin{landscape} \begin{longtabu} to \textwidth{some columns} \caption[my ...
7
votes
3answers
533 views

Keep first column on every page of long sideways-table

I have a table with a lot of columns, so I am going to make it landscape.The very first column is a sort of header, so I would like to repeat it on every page. Is there a way to do that?
15
votes
3answers
749 views

Is there something like “sidewayslongtable”?

Unfortunately my table is too wide to use longtable. In sideways it fits on width. Unfortunately it's too long to fit on one page. Is there something like sidewayslongtable, a way to combine ...
1
vote
0answers
911 views

Landscaped Longtables [closed]

I am currently using the longtable environment, but I would like to change the orientation of the table and make it landscape. Using the lscape environment I am only able to modify the orientation of ...