čtvrtek 1. května 2008

Rotating image in LaTeX

When you include some graphics you can set dimensions of image and also rote angle.


\begin{figure}[ht]
\begin{center}
\includegraphics[width=500px, angle=270]{graphics/some_image.png}
\caption{Some image}
\label{img:SomeImage}
\end{center}
\end{figure}

Žádné komentáře: