Re: Urgent LaTeX problem - any ideas?
Andrew Perrin <andrew_perrin@unc.edu> writes:
> Greetings-
>
> Using the seminar package to develop a lecture, I'm using graphicx to
> include an eps chart exported from R:
>
> \resizebox{\textwidth}{\textheight}{\includegraphics{crime.eps}}
Rather than what you have above, what about something along the lines
of this:
\includegraphics[scale=.5,angle=180,keepaspectratio=T]{crime.eps}
and chose the scale that you wish.
Also, if the 180 proves to be a problem (but I don't see why it
should), there should be an argument like 'horizontal=T' in the R
postscript() command. That would at least get 90 degrees closer to
your desired rotation.
Brian
Reply to: