{landscape} is one of the two most common types of page orientation, the other one being portrait.
0
votes
1answer
21 views
Support sections on the bookmark in landscape mode
I'm writing a book and I want to put a unnumbered chapter (chapter*), where I will discuss the results and then put the results in tables. These results are divided into three options, so I want to ...
2
votes
0answers
33 views
Ensure float appears directly after `\afterpage` and `landscape`
I have a large (full page) landscape figure that I would like to appear on the page opposite to a large (full page) portrait figure. The landscape figure is generated like so:
\afterpage{
...
2
votes
0answers
71 views
3 column layout in LaTeX (1st only graphics, 2nd and 3rd text)?
How is it possible to organize a document (landscape orientated) in a graphic and two text column?
1st: only graphics (under the headings of the import location)
2nd and 3rd: text
1
vote
0answers
72 views
Wide table spanning multiple pages using longtable and landscape packages
I am using the longtable and landscape package in the hope it would allow my very wide table to be read easily across multiple pages without breaks. However, it only spans one page and any extra ...
1
vote
0answers
88 views
Display PDF page with sidewaysfigure in landscape
I want to have a landscape figure with the same portrait page geometry as the rest of the document. Additionally, I want only that page to be displayed in landscape in the PDF and the figure to float ...
1
vote
0answers
223 views
Using the booklet package and the geometry package together
When I use the booklet package alone, it works just fine and produces the output I expect. However, when I combine it with the geometry package, it produces really bad output.
Here's my MWE. First, I ...
0
votes
0answers
51 views
Printing slides via lpr: How to get 4-up in landscape correctly?
If I have some pages of text, I can use lpr -o sides=one-sided -o landscape -o number-up=4 -o number-up-layout=btlr -o fitplot -P myprinter to print the text 4-up landscape. The layout is
----------
...
0
votes
0answers
39 views
How can I fix the zoom for viewing landscape pages in pdf-readers?
Consider this MWE and pdflatex:
\documentclass{article}
\usepackage{pdflscape}% 2008/08/11 v0.10
\usepackage[pdfpagelayout=TwoColumnRight]{hyperref}% 2012/11/06 v6.83m
\begin{document}
x \newpage
x ...
