I am trying to compile by LaTeX document, but I keep getting the error ! Undefined control sequence.
l.106 \lastpage
I have no idea what this means, and Google has not been helpful. Can someone give me an explanation to what this means and how I can fix it?
\lastpagecalled in line 106 of your code is undefined. For a more detailed answer we'd need to see some minimal working example (MWE). – cgnieder Dec 7 '12 at 12:41\usepackage{lastpage}? – henrique Dec 7 '12 at 12:44\documentclass{...}and ending with\end{document}. – cgnieder Dec 7 '12 at 13:19