I use memoir to typeset a book. I've got a couple of one-page, horizontal tables. To typeset them I use the following draft code:
\begin{sidewaystable}
\caption{ }
\label{ }
\vspace{-0.5mm}
{\footnotesize
\begin{tabular*}{\textwidth}{c@{\extracolsep{\fill}}cccccccccccc}
\end{tabular*}
}
\vspace{1.87mm}
\\
\tabSource{source}
\end{sidewaystable}
I have to rotate those tables so that the end of the table is always near to the spine of the book. How to accomplish this?
sidewaysenvironments you have, you can use package options mentioned in section 2.1 of the manual forrotating.clockwiserotates the table clockwise. – Torbjørn T. Jan 09 '13 at 08:44memoir. – lockstep Apr 09 '13 at 20:52