Text FormattingHow don't show number of current page?

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
artemff
Posts: 113
Joined: Sat Oct 17, 2009 11:15 pm

How don't show number of current page?

Post by artemff »

How don't show number of current page?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

torbjorn t.
Posts: 162
Joined: Wed Jun 17, 2009 10:18 pm

How don't show number of current page?

Post by torbjorn t. »

Are you using the article-class? Then you could simply add

Code: Select all

\thispagestyle{empty}
to your code at the point where you want to remove the pagenumber.
artemff
Posts: 113
Joined: Sat Oct 17, 2009 11:15 pm

Re: How don't show number of current page?

Post by artemff »

torbjorn t., Thanks...
Post Reply