Page LayoutRemove Author Name from Header

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
krahl
Posts: 2
Joined: Fri Jan 29, 2010 2:32 am

Remove Author Name from Header

Post by krahl »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Remove Author Name from Header

Post by frabjous »

Sounds like a lot of work. How about just inserting this?

Code: Select all

\markleft{}
krahl
Posts: 2
Joined: Fri Jan 29, 2010 2:32 am

Remove Author Name from Header

Post by krahl »

Ah, thanks. Yes, that is easier. Left for even pages and for odd pages this. :D

Code: Select all

\markright{}
Post Reply