Page LayoutSkip Pagination for just one Page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
saimike
Posts: 20
Joined: Wed Apr 11, 2012 10:44 pm

Skip Pagination for just one Page

Post by saimike »

I am inserting a cover sheet and want to skip pagination for just that page. How would I do that?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

alainremillard
Posts: 45
Joined: Fri Mar 16, 2012 8:22 pm

Skip Pagination for just one Page

Post by alainremillard »

By using the command \thispagestyle

It will change the page style of the current page only. For example

Code: Select all

\thispagestyle{empty}
will clear all header and footer.

Alain Remillard
Post Reply