I have an appendix chapter, which consists of a single sideways table. Because sideways table always occupies a whole page, I would get two pages, one which only contains the chapter title, the second one contains the actual table.
Is there any way to get them on the same page? The table would be small enough to fit below the title.
Thanks in advance!
LaTeX forum ⇒ Graphics, Figures & Tables ⇒ Chapter title plus sideways table
- localghost
- Site Moderator
- Posts: 9204
- Joined: Fri Feb 02, 2007 12:06 pm
The rotating package offers some other mechanisms to turn a table. Some interesting examples and other tips and tricks are compiled in the document »Using imported Graphics in LaTeX and pdfLaTeX«.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
LaTeX Community Moderator
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
I am having an identical problem with this!
EDIT: I managed to solve this by making this the beginning of the table:
EDIT: I managed to solve this by making this the beginning of the table:
\begin{table}[h]\footnotesize
Hi, I have the same problem with my sidewaystable and I have no idea how to correct it. I have 2 appendices including each 1 table. I want to put the table right below the title of the section, but it moves to the next page! Could you please help?
the code:
the code:
\usepackage{lscape} \usepackage{rotating} \usepackage{adjustbox} \usepackage{ctable} \appendix \section{A}\label \begin{sidewaystable}[h]\footnotesize \centering \caption{A1} \begin{adjustbox}{width=\textwidth,totalheight=\textheight,keepaspectratio} \begin{tabular}{p{6cm} l c c c c c c c p{5cm} c p{5cm} c p{3cm} c p{5cm} c} ... \end{tabular} \label{APX1} \end{adjustbox} \end{sidewaystable}
I have the same problem. Changing the size of the sideways table does not help. Changing the orientation of the table is not optional - it has be sideways in my dissertation. I would appreciate any suggestions.
I found the solution to this. As long as you put the \begin{sidewaystable} command before the heading's code (e.g. \chapter{XXX}), the heading will be rotated and will show up right on top of your table. I hope this will help for those who have a very wide table and when even the \footnotesize command does not help.
Return to “Graphics, Figures & Tables”
Who is online
Users browsing this forum: No registered users and 7 guests