Tagged Questions
4
votes
1answer
44 views
Tabulary on a rotated page does not use correct \textwidth
I'm trying to have a tabulary-table on a landscape page in a portrait document.
Because I want to have the table use the full width, I tried to set it width to \textwidth, but the width of the table ...
1
vote
0answers
52 views
sidewaysfigure does not work [closed]
I am having trouble with 'sidewaysfigure'. It simply isn't recognized and says ' Missing number, treated as zero'
my code is
\begin{sidewaysfigure}[hbtp]
\setlength{\abovecaptionskip}{0.01pt} % ...
3
votes
1answer
190 views
Sideways table with rotated header on multiple pages
I am trying to have a sideways table on multiple pages with the header rotated at 90 deg.
I have used landscape and longtable for the rotation and multipage span (sidewaystable doesn't work with ...
6
votes
1answer
407 views
How to wrap text around a landscape table over multiple pages? \sidewaystable or \landscape + \longtable
I am trying to create a landscape table that breaks over multiple pages. I have successfully done this with the following:
\begin{landscape}
\begin{longtabu} to \textwidth{some columns}
\caption[my ...
3
votes
1answer
224 views
Caption does not appear under a figure
I need to put into my thesis (portrait format) a figure in landscape format. I tried using pdflscape environment but it didn't work for me. Now I am trying to use sidewaysfigure environment. The ...
1
vote
1answer
260 views
How can I draw a landscape picture using PSTricks?
I need to draw a figure using PSTricks which is quite a bit wider than than it is long. Is there anyway I can draw a pic like that in a landscape mode?
Right now my pic starts at the top of a regular ...
7
votes
1answer
2k views
Landscape caption for a rotated figure in a portrait page
I've managed to rotate an image 90 degrees to be as if in landscape mode, but I still need to change location and rotation of the caption to match the image's orientation, while keeping the page in ...
1
vote
0answers
913 views
Landscaped Longtables [closed]
I am currently using the longtable environment, but I would like to change the orientation of the table and make it landscape. Using the lscape environment I am only able to modify the orientation of ...
3
votes
2answers
1k views
sidewaystable from rotating package cuts off table, even after changing margins
I'm using this code for my table:
\begin{sidewaystable}
{\small
\begin{tabular}{cccccccccccccccccc}
\toprule
\multicolumn{3}{l}{\texttt{Table 2}} \\
...
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 ...
5
votes
1answer
333 views
Caption on side of page
I have a image that I want to include in my thesis. It's long, so I have to rotate it, however when I do this the caption remains at the bottom of the page. How can I make the caption go to the side ...
0
votes
0answers
340 views
Rotate one whole page 90degrees in a document including header and footer created with fancyhdr [duplicate]
Possible Duplicate:
How to translate and rotate the heading of landscaped pages?
I have a thesis with header+footer on each page created using the fancyhdr package.
On one page I have an ...
8
votes
2answers
3k views
How to translate and rotate the heading of landscaped pages?
Objective
How to change the heading of landscaped pages from
to
?
Minimal Code
\documentclass{book}
\usepackage[a5paper,hmargin=3cm,vmargin=5cm]{geometry}
\usepackage{lscape,lipsum}
...
8
votes
1answer
5k views
How to rotate landscape table page in PDF?
Currently I am using
\usepackage{rotating}
\begin{sidewaystable}
\begin{tabular}...\end{tabular}
\end{sidewaystable}
to typeset landscape tables, which works great.
But I want to rotate that page ...
