Please take a look at this MWE:
Code: Select all
\documentclass[a4paper,11pt]{memoir}
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\begin{document}
\begin{titlingpage}
\aliaspagestyle{titlingpage}{empty}
\makeatletter
\renewcommand{\@maketitle}{
\newpage
\null
\vskip 2em%
\vspace*{\droptitle}
\maketitlehooka
{\hspace{-\spinemargin}
\includegraphics[width=\paperwidth]{Untitled-1} }
\maketitlehookb
\maketitlehookc
\maketitlehookd
}
\makeatother
\maketitle
\end{titlingpage}
\end{document}
The above is a MWE of this code, which interchanges the position of the author and the title in memoir: http://www.latex-community.org/forum/vi ... 986#p55986
Any help is appreciated.
Cheers,
Niles.