I'm having a bit of difficulty forcing a large table onto a particular page in my thesis.
The template we have to use (http://www.inf.ed.ac.uk/teaching/course ... cs4rep.cls) starts new chapters on a new page. One of my appendices has a big table on it, which does fit on a single A4 page, but when I try to include it in my appendix it always puts it on the next page. I thought it might be because it was too big with the chapter title on the same page as well, but even if I scale it very small, it still goes on the other page.
There is no text in the appendix/chapter, just this table.
Code: Select all
\chapter{FFT Core Options}
\label{apd:fftoptions}
\begin{sidewaystable}[!h]
\caption{...} % title name of the table
\centering % centering table
\scalebox{...}{
\begin{tabular}{|l| p{6.5cm}| p{2.5cm}| p{6.5cm}|} % creating 10 columns
...
I tried forcing it with ! but that doesn't make a difference - perhaps because there is no text anyway...
I hope you can help,
Thanks in advance
IJC