Anyone who knows why it gives me the error Undefined control sequence.
\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\graphicspath{{images/}}
\title{
{Title}\\
{\large MyUniversity}\\
{\includegraphics{image.jpg}}
}
\author{Author Name}
\date{7 Jenuary 2015}
\begin{document}
\maketitle
\end{document}
.auxfile and retry. – egreg Jan 07 '15 at 20:35