% setheads.sty % A small package to set up fancy headings % title page layout is as required. % % Author: David Squire % %%%%%% % % Identification % %%%%%% % \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{setheads} [2000/08/23 v1.00 Style SetHeads (DMS)] % 2000/08/23 v1.00 Original version % %%%%%% % % Package loading % %%%%%% % \RequirePackage{fancyheadings} % %%%%%% % % Body of Package % %%%%%% % % Set up the header and footer % \pagestyle{fancy} %\plainheadrulewidth 0.4pt \lhead{\@title} \chead{} \rhead{\thepage} \lfoot{} \cfoot{} \rfoot{\@author, \@date} % % redefine maketitle to do what we want % \renewcommand\maketitle{% \begin{center} \LARGE \bfseries \@title \end{center} }