Latex: Rotate Inserted Images
When you insert an image into your latex document you can rotate, and resize it it at the same time. It is useful, especially if you are importing a full page postscript graph that has a landscape layout:
\begin{figure}
\centering
\includegraphics[width=.5\textwidth, angle=270]{graph.ps}
\label{fig:sample-graph}
\caption{Sample Graph}
\end{figure}
In the example above I’m rotating the image by 270 degree, and set the image width to be half the width of the text on the page.
This entry was posted
on Monday, January 8th, 2007 at 2:14 am and is filed under latex, rant.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Related Posts:
Convert PNG to EPSLaTex AnnoyancesPublicationsFew Words on LaTex FontsInstalling LaTex on WindowsConvert PS and EPS images to JPEGLaTex: Fixing Wrong Figure NumbersMySQL: How to get the key of last inerted row in PHPLatex: Numbered SubsubsectionsCode Segments in Latex