I need to have the coverpage of my phd dissertion match a stupid word template from my university. While the whole layout is pretty set i'm unable to place to logo/picture in the top left of the coverpage (only) as I am required to (!). Right now its sitting in the middle of the coverpage. I'm using the title function in a report class-document. This is really the first document I've made i Latex so my Latex-skills aren't quite top level yet :)
Any help would be much appreciated! Thanks.
\documentclass[12pt, twoside]{report}
\usepackage{graphicx}
\usepackage{enumitem}
\usepackage{titlesec}
\setcounter{secnumdepth}{4}
\titleformat{\paragraph}
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
\titlespacing*{\paragraph}
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
\usepackage[latin1]{inputenc}
\usepackage[a4paper, width=150mm, top=23mm, bottom=25mm, bindingoffset=6mm]{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyhead[RO, LE]{Fancy header}
\fancyfoot{}
\fancyfoot[LE, RO]{\thepage}
\fancyfoot[LO, CE]{Chapter \thechapter}
\fancyfoot[CO, RE]{John McClane}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\title{
{Fancy title}\\
{\large PhD dissertation}\\
\vspace{15mm}
\includegraphics[scale=1.5]{AUlogo}\\
\vspace{15mm}
{\large Faculty of Health}\\
{\small Department of Boring PhDs}
}
\author
{John McClane\\
Master of Disaster}
\date{May 2014}
\begin{document}
\maketitle
\end{document}
