\pagestyle{empty}
which fails to work for the first page.
The standard command to turn off page numbering for the first page is
\thispagestyle{empty}
which also fails to work for the first page unless you place the command immediately after
\maketitle
.Taken from here.
1 comment:
thanks a lot. this helped me in my assignment. :)
Post a Comment