I'm trying to lay out the following:
XXXXXXX Title
XXXXXXX Subtitle
XXXXXXX Maybe even a date!
XXXXXXX
XXXXXXX
Content, content, content ...
The X's are an image (a logo), and the text is just off to the side. This is sort of a title to a page - not a float, so figures and captions seem wholly inappropriate: this needs to be rendered where it appears in the text, which will be kind of the top of the file. \maketitle is just too bulky, and this should have a more branded feel.
\begin{document}
% What goes here?
\includegraphics{the_logo.pdf}
Title \\ Subtitle \\ Maybe even a date!
% </what goes here>
Content, content, content...
\end{document}
I appreciate that LaTeX generally handles formatting for me, but on the occasions I want to take control of the layout, it seems next to impossible...


;)). – Geoffrey Jones Nov 13 '10 at 0:31