How can I add subtitle in my report. How can I add logo (graphics) after date.
\documentclass[a4paper,twoside,10pt]{report}
\fancypagestyle{empty}{
\renewcommand{\headrulewidth}{0pt}
\fancyhead[L]{}
\fancyhead[C]{\includegraphics[width=12cm]{logo.jpg}}
}
\begin{document}
\title{(Title)}
\subtitle{( ABC......(new line) Timeperiod: 10.11.-12.11.12)}
\author{(Author)}
\maketitle
\end{document}
