{rotating} is for general questions about rotating document elements as well as for questions about the `rotating` package and its `sidewaysfigure` and `sidewaystable` (floating) environments. For general {rotating} questions add other tags specifying what should be rotated.
18
votes
0answers
420 views
Radial Labels on Mindmap - Part II
This is a continuation from Part I, where a solution was provided to create rotating labels in a radial fashion.
Closeup of the output looking like this:
I was able to improve the solution, ...
3
votes
0answers
109 views
rotating package: positioning does not match documentation
I want a sidewaystable to appear with its top against the inner margin of the text body. According to the documentation of the rotating package, setting
\rotFPtop=0pt and
\rotFPbot=0pt plus 1fil ...
1
vote
0answers
43 views
sidewaystable* in two-column document - emulateapj
I have a big table that I want to display sideways in an emulateapj document, but I get a weird result:
\documentclass[]{emulateapj}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{booktabs}
...
0
votes
0answers
77 views
Delete blank page with rotating and rotfloat packages
I use the abnt class and want to rotate graphics using the rotating and rotfloat packages. This works well, but between sections a blank page is created. How can I remove this?
The code that I use ...