I found how to spread the image across the width of the page, but I cannot find how to make it start from the bottom.
I used this:
\begin{center} \makebox[\textwidth]{\includegraphics[width=\paperwidth]{Images/westworld-004.jpg}} \end{center}
But my figure is floating in the middle of the page and with \vspace I can force it down, but the margin still shows.
Anyone can help me?
\vspace*{\fill}before\begin{center}. BTW why are you using\textwidthand\paperwidth? You are making a box with the width of\textwidthto include a graphic scaled to\paperwidth. Why don't you just use\includegraphics[width=\textwidth]{...}? – Echo Apr 24 '20 at 12:35minipage, a negative\vspaceof that height. – barbara beeton Apr 24 '20 at 18:33