<div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif">Oh dear, oh dear, I thought I was going to go crazy!</div><div class="gmail_default" style="font-family:georgia,serif">Thanks Herbert!</div><div class="gmail_default" style="font-family:georgia,serif">
Maja. </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 7 July 2014 19:53, Herbert Voss <span dir="ltr"><<a href="mailto:Herbert.Voss@fu-berlin.de" target="_blank">Herbert.Voss@fu-berlin.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am 07.07.2014 19:26, schrieb maja zaloznik:<br>
<div class=""><br>
> I want the whole poster to be one big \pspicture, and what seems to be<br>
> happening is that while i have [showgrid=true], the orientation is<br>
> normal - ie the way I expect - but when I turn off showgrid, it rotates<br>
> 180 degrees.<br>
><br>
> Below is a minimal example and the two outputs.<br>
><br>
> Furthermore, this only happens when I specify a poster size in the<br>
> options e.g. [a1]. If I use the defaults, it works as expected.<br>
><br>
> I'm compiling with latex, dvips, ps2pdf. On a Windows machine. Is it<br>
> just me? I'll try on ubuntu when I get home..<br>
><br>
> Any ideas will be very much appreciated!<br>
<br>
</div>That is only a problem with the rotation which is done by Ghostscript.<br>
Put any kind of text into the paper and everything is fine:<br>
<div class=""><br>
\documentclass[a3]{a0poster}<br>
\usepackage{pstricks}<br>
\begin{document}<br>
</div>\noindent<br>
\begin{pspicture}[showgrid=false](0,0)(\textwidth, \textheight)<br>
<div class="">\pscircle[fillcolor=red, linecolor=red, fillstyle=solid](5,5){5}<br>
</div>\rput(1,1){X}<br>
\end{pspicture}<br>
<br>
\end{document}<br>
<br>
However, current version of PSTricks is 2.54a (TeXLive 2014 and<br>
MiKTeX 2.9<br>
<br>
Herbert<br>
<br>
<br>
_______________________________________________<br>
PSTricks mailing list<br>
<a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>
archive: <a href="http://www.tug.org/pipermail/pstricks/" target="_blank">http://www.tug.org/pipermail/pstricks/</a><br>
</blockquote></div><br></div>