Page Layout ⇒ Clearpage with no page break
Clearpage with no page break
How can I use \clearpage to allow the header to change but avoid introducing a blank page? Stated differently, I need to use \clearpage but with no page break. How do I do that?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Clearpage with no page break
welcome to the forum!
That's not possible - a new page is a different page. WithSaffron wrote:both pages are being treated as if they are one page.
\clearpage
and an additional empty page you may see another effect, such as the page header changed for the next even or odd page.Perhaps we can tell more if you show us example code that shows what you mean, that does it as you say (even with dummy text). That would probably lead to an easy fix.
Stefan