Manipulating images in Latex- Things that I will forget
Clipping, rotating and scaling images in latex:
\begin{figure}[h]
\centering
\includegraphics[trim=1cm 2cm 3cm 4cm, clip=true, totalheight=0.5\textheight, angle=90]{figure}
\caption{The caption goes here}
\end{figure}
}