Page Layout ⇒ Remove Author Name from Header
Remove Author Name from Header
I'm using amsart document class, and was wondering if there was a way to remove the author name from the header of all the pages.
Thanks
EDIT:
Never mind. I found from the reference manual that \pagestyle{plain} wipes out everything on the header of each page from the current page onwards, and \thispagestyle{plain} does it for the current page. So I'll just go through the pages and put \thispagestyle{plain} on the ones with the author on it i guess.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Remove Author Name from Header
Code: Select all
\markleft{}
Remove Author Name from Header

Code: Select all
\markright{}