Saturday, September 30, 2006

Eliminate page numbering in the first page that has title information 消除有題目的首頁下方頁碼資訊

Q: How to eliminate page numbering in the first page that uses \maketitle?

\pagestyle{empty} cannot work properly if you don't put it in the right place. It should be placed right after \maketitle with no space and no line skip.

\begin{document}
\maketitle\thispagestyle{empty}
\end{document}

No comments: