I a having a really annoying issue: I am using the book class and trying to insert an image on the title page. When I insert the image, it doesnt appear on the title page, but appears on the first page on its own, followed by an empty page, and then the title page (with no image). The image is not especially large. Does anyone know what might be going on here?
\newcommand{\bigsize}{\fontsize{35pt}{20pt}\selectfont}
Code: Select all
\begin{document}
\begin{titlepage}
\centering
\includegraphics[width=.1\textwidth]{images/System}
\title{{\bigsize Test Book Document}}
\author{Rory \\
{\small\em \copyright \ Draft date \today }}
\end{titlepage}
Rory
\maketitle