\documentstyle[11pt]{article} \setlength{\oddsidemargin}{0in} \setlength{\topmargin}{-.5in} \setlength{\textheight}{9in} \setlength{\textwidth}{6.5in} \setlength{\baselineskip}{0in} \textwidth=6.5in \textheight=8.8in \oddsidemargin=0in \evensidemargin=0in \topmargin=-.6in \headsep=.5in \headheight=0.5in \makeatletter \def\@oddhead{\begin{minipage}[b]{\textwidth} {\bf CS 6550 -- Design and Analysis of Algorithms} \hfill Professor: {\em \professor} \\ Lecture and notes by: {\em \yournames} \hfill \thedate \\ \rule[9pt]{\textwidth}{0.5pt} \end{minipage}} \makeatother \def\professor{Dana Randall} %%%%%%%%%%%%%%%%%%%%%%%%%% update your name below !!!!! %%%%%%%%%%%%%%%%%%%%%%%%%%%% \def\yournames{YOUR NAMES!!} \newtheorem{theorem}{Theorem } \newtheorem{proposition} {Proposition } \newtheorem{lemma}{Lemma} \begin{document} %%%%%%%%% update titel, names and date of your lecture below!!!!! %%%%%%%%%%%%%%%%%%%%% \def\thedate{DATES, 2005} \setcounter{page}{1} \begin{center} {\bf \large TOPIC TITLE}\\ \end{center} \vskip.2in \section{Introduction} \end{document}