Hi;
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.
Page Layout ⇒ Remove Author Name from Header
NEW: TikZ book now 40% off at Amazon.com for a short time.
Remove Author Name from Header
Sounds like a lot of work. How about just inserting this?
Code: Select all
\markleft{}
Remove Author Name from Header
Ah, thanks. Yes, that is easier. Left for even pages and for odd pages this.

Code: Select all
\markright{}