For some reason sideways table put the table on the last page, and in portrait mode although centered as if it thinks it is in landscape mode.
I'm using texlive on a gentoo linux system. The input text is as follows.
Code: Select all
\begin{sidewaystable}[t]
\caption{Results}
\centering
\begin{tabular}{rr*{16}{c}}
Case & Tol & \multicolumn{4}{c}{W = .5} & \multicolumn{4}{c}{W = .6}
& \multicolumn{4}{c}{Old R-K} & \multicolumn{4}{c}{Soderlind}\\
& & NF & Max-err & Sum-SQ & Max & Max-err & Sum-SQ & Max & Max-err &
Sum-SQ & Max & Max-err & Sum-SQ & Max\\
\end{tabular}
\end{sidewaystable}
Trying to use landscape in place of sidewaystable gives much the same, although the table appears on the next page. (That is the small part of the left side of the table that appears in portrait mode.)
Any suggestions? Many thanks,
Fred