Tagged Questions
1
vote
1answer
95 views
Dedicated pages for figures and automatic scaling and use of pdflscape
There are some books where you have a couple of pages that contain only a picture with no footer, header or anything like that. I wanted to have something similar although I'd like to keep a uniform ...
12
votes
5answers
792 views
“Foldable” “Booklet” like Toodledo's one (pocketmod)
How to achieve in pdfLaTeX foldable booklets similar to those provided by Toodledo ?
(to make question usable to others LuaTex, ConTeX and other systems answers are highly welcome)
Note: look, how ...
0
votes
0answers
341 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 ...
5
votes
2answers
1k views
How to remove header on the page with big picture?
Can you help me to remove header from the page where is only one big picture? I tried \thispagestyle{empty} but it removes a header on the next or previous page. I don't know how to remove it exactly ...
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}
...