Or I might want the "Test.." line on top and then the name (but that's minor).Name: _______________ Date: ____
Test 1: Ch 1.6 thorugh 3.4
I've tried various solutions, including this
Code: Select all
\documentclass[addpoints]{exam}
\pagestyle{headandfoot}
\lhead{\makebox[.5\textwidth][l]{Name:\enspace\hrulefill}}
\chead{\hspace{1ex} \\ Test 1: Ch 1.5 thorugh 3.4}
\rhead{\makebox[.25\textwidth]{Date:\enspace\hrulefill}}
\footrule
\lfoot{Test 1: Ch 1.5 through 3.4}
\cfoot{}
\rfoot{Page \thepage\ of \numpages}
\begin{document}
question 1 \\ question 1 \\ question 3 \\ etc.\vdots
\end{document}
Adding "\extraheadheight" didn't make a difference, and I could not find antying in the fancyhdr package to help. Did I stump LaTeX?