I have two tables, T1 and T2. I want these to appear in two pages as if the head-side of the table remains at the binding side of the book. Like this
|||||>|<|||||
|||||>|<|||||
|||||>|<|||||
I have used,
\begin{sidewaystable}
\begin{center}
\caption{My caption}
\begin{tabular}{ ... ...}
This indeed rotates the tables, but the top-side of the tables go to the edge-side of the page.
Any idea how to fix it? I would prefer to use rotate and tell to move X degree manually.
\documentclassare you using? When I create a minimal example using your setup with thebookdocument class intwosidemode,sidewaystableputs thetabularheader facing the gutter (or binding side) and not the edge. That is, the header is on the left when the page is recto and on the right when the page is verso. – Werner Dec 29 '11 at 19:23\documentclass[a4paper,11pt]{book}(which is typeset intwosidemode by default) the alignment is as you requested (headers toward the gutters). So, you must be doing something else. Please edit your post and provide an MWE that duplicates the unwanted behaviour your specify. Here is a start to see where I'm coming from. – Werner Dec 29 '11 at 19:44sidewaystablein the way you describe, and haven't observed your problems. – DevSolar Dec 29 '11 at 19:59