[texhax] amsart, no title on 1st page, running head on subsequent pages

Geoffrey S. Knauth geoff at knauth.org
Sun Aug 30 04:57:49 CEST 2009


At Aug 29, 2009, at 18:52, I asked:
> Is it possible to use document class amsart and NOT have a title  
> (taking up all that space at the top of the first page), but have a  
> running head at the top of subsequent pages?  I wish I could do this:
>     \title [CPTR 331 Fall 2009 Syllabus]{}
>     \maketitle
> so that I'd still get the headers on pages 2 onward.

I think I answered my own question.  Or at least I did something that  
produced what I was looking for:

\documentclass{amsart}
\usepackage{fancyhdr}
\usepackage{lastpage}
\begin{document}

\thispagestyle{empty}
\cfoot{Page \thepage\ of \pageref{LastPage}}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}

\begin{center}
\textsc{CPTR 331 --- Networking --- Fall 2009 Syllabus}
\end{center}

\fancyhead{}
\fancyhead[CE,CO]{\textsc{CPTR 331 Fall 2009 Syllabus}}

% et cetera



More information about the texhax mailing list