Text Formatting ⇒ How don't show number of current page?
How don't show number of current page?
How don't show number of current page?
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 162
- Joined: Wed Jun 17, 2009 10:18 pm
How don't show number of current page?
Are you using the article-class? Then you could simply add
to your code at the point where you want to remove the pagenumber.
Code: Select all
\thispagestyle{empty}
Re: How don't show number of current page?
torbjorn t., Thanks...