Graphics, Figures & Tables ⇒ Misplaced Appendix title and sidewaystable
Misplaced Appendix title and sidewaystable
I am writing my thesis and have a bit of a tricky situation with my tables in the appendices. Because the tables are so wide I need to rotate the table which I do using sidewaystable.
My problem then is that the title for the appendix is written on a otherwise empty page, and the sidewaystable comes on the next page instead. I have tried removing captions and decreasing the text of the table to make sure that it would be able to fit under the appendix title, but it does not help. My code is as follows:
\begin{sidewaystable}[!ht]
\centering
\begin{tabular}{ccccccrc}
\end{tabular}
\caption{}
\end{sidewaystable}
I would be grateful for any help on this, especially since I should hand in my thesis this thursday (3/6).
Best wishes,
Tobias
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Misplaced Appendix title and sidewaystable

http://www.latex-community.org/forum/vi ... f=9&t=1146
However, you might be able to do something like:
Code: Select all
\rotatebox{90}{table contents here}
Good luck with your thesis - I'm doing much the same thing at the moment!
Re: Misplaced Appendix title and sidewaystable

Good luck to us both then!
Re: Misplaced Appendix title and sidewaystable
Re: Misplaced Appendix title and sidewaystable
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Misplaced Appendix title and sidewaystable
Code: Select all
\documentclass[11pt,a4paper,english]{article}\usepackage[T1]{fontenc}\usepackage[utf8]{inputenc}\usepackage{babel}\usepackage{booktabs}\usepackage{rotating}\usepackage{wrapfig}\usepackage{blindtext}\begin{document}\section{Dummy}\begin{wrapfigure}{r}{5cm}\rotcaption{Dummy}\centering\begin{sideways}\begin{tabular}{cc}\topruleTable head & Table head \\ \midruleValues & Values \\ \bottomrule\end{tabular}\end{sideways}\end{wrapfigure}\blindtext[2]\end{document}
As soon as the problem is solved, please act according to Section 3 of the Board Rules (last two paragraphs).
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10