Remove page numbers from IEEE style document
Problem
You have a LaTeX document written in IEEE style and you need to remove all page numbers before submission.
Solution
\documentstyle[twocolumn]{article}
\pagestyle{empty}
...
\maketitle
\thispagestyle{empty}
Categories: latex
ieee, page numbers
Comments (0)
Trackbacks (0)
Leave a comment
Trackback