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.

Related Posts:

  • Convert PNG to EPS
  • LaTex Annoyances
  • Installing LaTex on Windows
  • Few Words on LaTex Fonts
  • LaTex: Fixing Wrong Figure Numbers
  • Publications
  • Convert PS and EPS images to JPEG
  • Latex: Numbered Subsubsections
  • Code Segments in Latex
  • Convert JPG and PNG to EPS on Windows

  • Leave a Reply

    XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <pre lang=""> <em> <i> <strike> <strong>

    [Quote selected]