I am using the exam package as follows:
\documentclass[answers, addpoints]{exam}
\usepackage{lipsum}
\usepackage{lastpage}
\usepackage{fancyhdr}
\pagestyle{fancy}
\begin{document}
%\includepdf{frontpage.pdf}
\begin{questions}
\question
\lipsum[1-10]
\end{questions}
\end{document}
I have two problems.
- I tried to add page # of ## using the method described at this answer but the packages needed seem to conflict. I get
Command \lhead already defined. ...ef\f@nch@olh{#2}\f@nch@def\f@nch@elh{#1}}
- My second problem is that I want page 1 of ## to be on the front page. The includepdf line should include the front page so it would need to be overwritten on that page.