1

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}
chabert
  • 11

1 Answers1

0

I try your code with pdflatex, there is no error. Maybe there is one of the packages which is not yet installed in your TEX distribution. If you are using the MikTEX distribution in window OS, then you can check the proper installation by running MikTEX\miktex\bin\mo_admin.exe

ChrisDE
  • 103