Questions tagged [pdflscape]
75 questions
2
votes
1 answer
A new blank page is created bofore the plot when inserting a plot into a landscape page using pdflscape
I am inserting a picture into a file. To make the page landscape, I used the "pdflscape" package, but it creates a blank page before the plot.
\documentclass{article}
\usepackage{pdflscape}
\begin{document}
\begin{landscape}
…
Lin
- 145
1
vote
0 answers
Landscaping a page
I am trying to landscape a specific page of my document and used pdflscape package and landscape environment to do so. The page does turn into landscape mode, however, the texts are not (as shown in the figure).
What does make the page to be like…
MNSAR
- 25
0
votes
1 answer
How to omit the blank between the text and and the pdflscape?
I have wide table so I need to put the table in pdflscape environment. But, I found there are too much blank between the text and the pdflcape environment.
Is there a way to omit this…
Y. zeng
- 1,885
0
votes
0 answers
How to hold header and footer position in LaTeX when using pdflscape to convert to landscape format
I am using pdflscape to convert my document to landscape in LaTeX/RMarkdown. I have an issue whereby the content in my header and footer has rotated, and I would prefer to keep it in its original position.
Is there any way which I could hold the…
sa90210
- 111