2
votes
2answers
358 views

Inconsistent rotations with \sidewaysfigure

In my document I'm largely using \sidewaysfigure. However, this results pictures with inconsistent placement and direction of included pictures and captions. By inconsistent I mean that figures and ...
1
vote
0answers
183 views

Rotating sidewaystable [duplicate]

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} ...
4
votes
1answer
146 views

Rotate sidewaystable (twoside option): Top of table to the left

I have 3 sidewaystable's in a row, but have broken up the table into 3 separate tables, each of one page (much easier). I'm using the twoside option for the document. But this seems to affect the ...
3
votes
1answer
105 views

Rotating figures to point to the outside edge

I am writing my thesis in LaTeX book style. I have a large figure that I want to rotate to make it viewable sideways. I can do this with the includegraphics option angle=90. My question: Is there a ...
0
votes
2answers
372 views

How to synchronize sidewaystable with the odd/even page?

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 |||||>|<||||| |||||>|<||||| ...
8
votes
2answers
269 views

How to float until on left (or right) page?

I have two sideways tables that I want on two facing pages so the reader can turn the entire book and read them both in one turn. For the moment I keep moving them around to keep them on facing pages. ...
2
votes
1answer
821 views

Set up sidewaysfigure to have the bottom of the figure toward the spine

I am typesetting a book. There are a couple figures that are wider than they are tall, and appear too small if placed on a page in the usual fashion. I have found that using the sidewaysfigure ...
3
votes
2answers
3k views

sidewaystable vs landscape environment (pdflscape-package) for landscape tables spanning double pages

As explained in several other posts, I'm currently trying to create wide tables. The document is in portrait format A4, but the tables shall be typeset in landscape format. As the tables have more ...