Questions tagged [clearpage]
53 questions
27
votes
1 answer
What is the use of \clearpage{\thispagestyle{empty}\cleardoublepage}
I saw the command \clearpage{\thispagestyle{empty}\cleardoublepage} on a project and I didn't understand clearly what it was doing so I tried to use it in a minimal project. If I create document of class book I get numbers in the header at the right…
mikel_landa
- 373
3
votes
2 answers
"This page intentionally left blank", but only in front matter
I using the book class for my thesis and I want to insert a "This page intentionally left blank" message on the left pages when using openright. However, I only want to display this message in the frontmatter of my document, and use the headers set…
avs
- 282
0
votes
2 answers
Is there something like a `\flushfloat` command?
The \clearpage macro outputs any remaining floats and then starts a new page.
I am after a command that outputs any remaining floats, does not start a new page and enables any following text to be put after the last float on the same page.
I have…
Peter Wilson
- 28,066
0
votes
0 answers
Remove vertical space after \clearpage
After using \clearpage, latex stretches the first column of my 2-column document, leaving a lot of white space. With the second column, the text is normal again. I can not post a code example, but I think this behavior is knwon. How do I force latex…
Lemonbonbon
- 333