[DVIPDFMx] About \Rotate 90 command in PDF files

Jin-Hwan Cho chofchof at ktug.or.kr
Wed May 28 21:37:55 KST 2008


Dear Joseph Lee,

>> On May 27, 2008, at 7:29 PM, Joseph LEE wrote:
>>> I would like to know how I could fix the problem on Windows or  
>>> when dvipdfmx team could add the feature?

As I told you in the last mail, it's not easy to support "Rotate"  
because we must
rewrite the LaTeX graphics driver.

However, here is one quick solution. In your case you got the warning  
message

<< /Rotate 90 >>

Therefore, the content of the PDF file must be rotated clockwise by 90  
degrees.
To get this feature, you can do as follows: (assume that we have x.pdf)

\usepackage[dvipdfmx]{graphicx}
...
\includegraphics[angle=-90]{x.pdf}

Here, you must give -90 because rotation is counter-clockwise in LaTeX.

Best, ChoF.



More information about the dvipdfmx mailing list