[texhax] skip the first page number of article class

Steve Revilak steve at srevilak.net
Sun Mar 7 15:50:09 CET 2010


File Store wrote:

>Please tell me the LaTeX command to skip the first page number in an article
>document class.
>
>i.e., no page number on the first pager and second page will start with #2.
>
>First page will be considered as the page #1 but the page number will not be
>included.

\thispagestyle{empty} may be what you want.  Here is a short example:

------------------------------------------------------------------
\documentclass{article}
\begin{document}

\thispagestyle{empty}
This is the first page.

\clearpage
This is the second page.

\end{document}
------------------------------------------------------------------

Steve
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://tug.org/pipermail/texhax/attachments/20100307/47eef13a/attachment.bin>


More information about the texhax mailing list