I am trying to include my logo on the title page of my thesis. However, it does not appear. All that I got is an empty box with the title of my log!
\documentclass[12pt,twoside,a4paper,openright]{report}
\usepackage{hyperref}
\hypersetup{
final,
colorlinks=true,
citecolor=blue,
filecolor=blue,
linkcolor=blue,
urlcolor=blue
}
\usepackage{fancyhdr}
\usepackage{graphicx} % was missing
\renewcommand{\headrulewidth}{0pt}
\usepackage{titling}
\renewcommand\maketitlehooka{\null\mbox{}\vfill}
\renewcommand\maketitlehookd{\vfill\null}
\usepackage{titlesec}
\begin{document}
\makeatletter
\begin{titlepage}
\vfill % better
\begin{center}
{\huge \bfseries \@title }\\[2ex]
{\LARGE \@author}\\ [18ex]
\includegraphics[width=0.3\linewidth]{logo.jpg}\\[2ex]
{\large \@date}
\end{center}
\vfill % better
\end{titlepage}
\makeatother
\end{document}
any help, please?

draftoption activated. – lukascbossert Sep 05 '18 at 08:28