Possible Duplicate:
Absolute positioning in beamer
Insert graphic at precise place on a page
I would like to add a picture to my title page, however, for effect, the picture needs to be aligned with the right side of the paper and the bottom of the paper.
How can I do this? I'm using scrartcl as main documentclass. I'm not averse to using the titlepage environment, I just haven't used it before (and also I wouldn't know how to do this on a normal page).
Edit: this is what my relevant code looks like:
\begin{document}
\maketitle
\vfill\hfill\includegraphics{../front_minifig}
\pagebreak[4]
\tableofcontents
\pagebreak[4]
\section{Lorem}


\documentclassand the appropriate packages so that those trying to help don't have to recreate it. – Peter Grill Nov 08 '11 at 15:27