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?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- 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