remove page number latex
To suppress page numbers on a single page, use \thispagestyle{empty} 
somewhere within the text of the page. Note that, in the standard classes, 
\maketitle and \chapter use \thispagestyle internally, so your call 
must be after those commands.
