[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Urgent LaTeX problem - any ideas?



Thanks - I started with your suggestion, played around a little bit, and
ended up with:

\includegraphics[scale=.37,angle=270,keepaspectratio=T]{crime.eps}

which works adequately. I would still love to know why the rotation
happened, since the graph displays right-side-up in gv. The fact that even
the page number got rotated suggests that something's really funky, I'd
say.

Thanks again.

----------------------------------------------------------------------
Andrew J Perrin - andrew_perrin@unc.edu - http://www.unc.edu/~aperrin
 Assistant Professor of Sociology, U of North Carolina, Chapel Hill
      269 Hamilton Hall, CB#3210, Chapel Hill, NC 27599-3210 USA


On 27 Jan 2002, Brian P. Flaherty wrote:

> 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
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> 



Reply to: