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
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
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}\toprule
Table head & Table head \\ \midrule
Values & 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