I'm working on a title page (this is my first day of LateX) and I want to start a titlepage with a picture that touches the top and the sides of the page, without changing its aspect ratio on A4 paper.
I fail to achieve neither result. Any tips?
##This is how far I've got: ##
\documentclass[10pt,a4paper]{report}
%% Font %% Mathematics
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
%% Graphics
\usepackage{graphicx}
\begin{document}
%% Titlepage
\newpage
\begin{center}
\includegraphics[width=\linewidth]{Green.png}
\end{center}
\end{document}

\titlepageenvironment for custom your title page easily. – Aradnix Oct 15 '14 at 19:23{}button), and always post a complete small document (in this case, remembering that whatsoever is begun must be ended). It is also best to use an image everyone has. Themwepackage provides various place-holder images which you can use for this purpose. Or you can specify the width and height and add thedemooption tographicx. – cfr Oct 15 '14 at 19:23wallpaperorbackground. These are designed, as the names suggest, to put stuff behind the page. However, you can use them to easily ignore the page geometry and then add an appropriate amount of vertical space at the top of the title page to compensate. You definitely do not want to use thecenterenvironment which add vertical space itself. (Try\centeringin thetitlepageenvironment.) Thetitlingpackage may also be helpful. – cfr Oct 15 '14 at 19:26