In my permeable:
\usepackage{titlepic}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=1]{./figures/ThesisCover.png}
\end{document}
Now this brings the following Latex error:
! Undefined control sequence. l.31 \if@titlepage The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., \hobx'), type I' and the correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined.
Can anybody shed a light on how to solve this problem ?
Thanks