Hi, Hans:
this bug is still not solved.
Yue Wang
On Thu, Sep 22, 2011 at 5:04 PM, Aditya Mahajan
On Thu, 22 Sep 2011, Yue Wang wrote:
Hi, Aditya and Hans:
On Thu, Sep 22, 2011 at 4:46 PM, Aditya Mahajan
wrote: I haven't investigated what is going wrong, but a quick fix is
\setuppapersize[A4,landscape][A4,landscape]
I don't understand the arranging code, but doesn't the following also do what you want (without the arranging)
\setuppapersize[A4,landscape,rotated,270][A4]
Yes, I know these tricks. A quick workaround to this problem is to use the
\setuppapersize[A4,landscape][A4,landscape]
and then add either
%\pdfpagesattr{/Rotate 90} --pdftex, luatex %\special{pdf:put @pages <>} --xetex, dvipdfmx
or the more generic way:
\doPDFpagesattribute{/Rotate 90}
And that did fix my problem temporary.
But things are not going as expected, and it's better to fix these bugs, isn't it?
Sure.
But I was also answering you second question about rotating a page without using arranging.
Aditya