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

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

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