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}
5 hours ago
No comments:
Post a Comment