0

The page number cant be removed, without removing both header and footer. But i want to keep header and footer and only remove page number

\documentclass[letterpaper, 10 pt, conference]{ieeeconf}  

\IEEEoverridecommandlockouts                              
\overrideIEEEmargins
\usepackage{fancyhdr}
\begin{document}
\maketitle


\fancypagestyle{firstpage}{% Page style for first page
   \renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
    \fancyhead[C]{2020 IEEE International Conference on Convergence to Digital World – Quo Vadis (ICCDW 2020)}% Header
  \fancyfoot[L]{978-1-7281-4635-5/20/\$31.00 ©2020 IEEE}% Footer
}

\thispagestyle{firstpage}
\end{document}
  • From the proposed duplicate: you can add \fancyfoot[C]{} direcly after the \fancyfoot[L] line. Also related: https://tex.stackexchange.com/questions/6639/removing-page-numbers-but-not-headers, https://tex.stackexchange.com/questions/291208/remove-page-number-on-first-page-using-fancyhdr, https://tex.stackexchange.com/questions/258022/how-omit-page-number-on-some-pages-in-fancyhdr. – Marijn Mar 16 '20 at 10:53
  • You use IEEE format, why change it as it is exactly as they want? – vonbrand Mar 16 '20 at 11:26

0 Answers0