Tagged Questions
1
vote
1answer
47 views
Problem with landscape table layout following a normal table in a document
I have landscape tables which span multiple pages and are laid out as three part tables with a notes section at the bottom. The landscape tables in the document are fine at the beginning of the ...
1
vote
0answers
94 views
Wide table spanning multiple pages using longtable and landscape packages
I am using the longtable and landscape package in the hope it would allow my very wide table to be read easily across multiple pages without breaks. However, it only spans one page and any extra ...
2
votes
1answer
187 views
Struggling with landscape/longtable/ThreePartTable
I have a table for my thesis which needs to be landscape breaking across pages and preferably with threeparttable. I found that threeparttablex works with longtable so I switched to that. I have two ...
3
votes
1answer
74 views
Table width and height woes for multipage landscape table
I'm writing up my thesis and trying to convert a table to LaTeX (http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3523805/table/T1/). It's rather large so I'm using the lscape and the longtable library. ...
3
votes
1answer
251 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 ...
0
votes
0answers
67 views
A5 document including landscape tables [closed]
I have my book file in a4 format. I'd like to turn it into a5. I used landscaped longtables and I understand the geometry package would not let me use those. Any suggestions?
5
votes
1answer
71 views
Should I include page numbers with landscape?
In my paper I have two separate longtables that each go across 3 pages in landscape mode.
Which is typographically better (i) include page numbers in the bottom center of these tables (ii) have no ...
6
votes
1answer
198 views
\thispagestyle{empty} with longtable
I have a longtable and landscape table that spans 3 pages. I don't want a page number to be displayed on any of these 3 pages. However, setting \thispagestyle{empty} just preceding the commencement of ...
0
votes
0answers
135 views
Positioning of landscape table [closed]
I will have a full page table like:
\begin{landscape}
\begin{table}
....
\end{table}
\begin{longtable}
....
\end{longtable}
\end{landscape}
The problem is that it doesn't behave like a ...
2
votes
1answer
233 views
long table in landscape environment
I am trying to insert a longtable in the landscape environment. Following some Google queries I found this stack overflow question "How do I make multi page landscape tables in LaTeX".
I followed ...
1
vote
1answer
264 views
footnotesize not working with longtable and landscape
I can get \footnotesize to work when I'm using landscape & longtable. However, my table is landscape with table-->longtable in the environment, and when I do this I can't get the \footnotesize ...
2
votes
1answer
150 views
Landscaped longtable doesn't allow appendix title on same page
My landscaped longtables leave the appendix title page and are placed on the next page. Now the appendix title page is empty, apart from the one-line title. What can I do about it?
4
votes
2answers
516 views
Longtable width exceeds page
I saw these topics and sure they help a lot,
Resize longtable to width of landscape page
How to fit landscape multi-page table to textwidth
But still it does not fix my problem for some reason. I ...
6
votes
1answer
444 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 ...
3
votes
1answer
933 views
Sidewaystable together with longtable?
I've a massive sidewaystable (code below). I've been trying different combinations of longtable, supertabular, lscape, rotating, sidewaystable, table, etc, and I can't get it to be sideways and also ...
2
votes
2answers
404 views
Add pdf/excel to appendix
I have a large (1 page high, 5 pages wide, in landscape) excel sheet and I want to add it to the appendices of my thesis. Is there a way to convert this to a latex tabular or can I export the excel to ...
2
votes
2answers
3k views
Resize longtable to width of landscape page [duplicate]
\documentclass[a4paper,12pt]{article}
\usepackage{longtable}
\usepackage{pdflscape}
\usepackage{graphicx}
\begin{document}
\begin{landscape}
% \resizebox{\textwidth}{!}{ }
...
6
votes
1answer
2k views
How to fit landscape multi-page table to textwidth
\usepackage{longtable}
\begin{landscape}
\begin{table}[!htb]
\centering
\resizebox{\linewidth}{!}{%
\begin{longtable}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|}
% Table here
\end{longtable}%
}%
\end{table}
...
1
vote
0answers
1k 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 ...
0
votes
1answer
314 views
longtable example+error:Package longtable Error: Column widths have changed in table…
I'm trying to use a longtable in landscape. I obtain a compilation error (I use XeLaTex) and I don't know where is the problem.
The code is:
\begin{landscape}
\begin{longtable}{ccccccc}
\caption{My ...

