I have an image in PDF format, which I want to show in a much larger format than what fits on the page. For the overflowing parts of the image, I just want it to disappear over the edge.
I tried \includegraphics[width=2\textwidth]{myimage}, but instead of just overflowing the way I want it to, it jumps to the next page.
To complicate things further, the image will overflow the top and right edges of the page, but below the image there will be some space where I want text that complies with the page margins of the rest of the document.
Is there any way to tell LaTeX that I don't care what happens with parts of this image that overflow boundaries?


