I have a logo above my title. However, it is taking too much space, causing there to be very little content on the first page. How can I move everything up?
I definitely can reduce the margin, but I do want to limit the effect with this 1st page only.
MWE
\documentclass{article}
\usepackage[demo]{graphicx}
\title{
\includegraphics[width=0.5\textwidth]{logo}\
The Title
}
\author{%
The Author
}
\date{\today}
\begin{document}
\maketitle
\end{document}

eso-picpackage to position it freely on the page. Here's an example: http://uweziegenhagen.de/?p=2914 – Uwe Ziegenhagen Oct 17 '14 at 13:55\includegraphics(logo??) below the author, not above the title. So what is it you really want to accomplish? – Steven B. Segletes Oct 17 '14 at 14:06