Hi!<br><br>First of all, when I say weird, I simply mean &quot;I don&#39;t understand&quot; (as one does colloquially).<br><br>Here&#39;s my example:<br><br>
<meta name="qrichtext" content="1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;">\documentclass[portrait, a0b]{a0poster}</p>
<p style="margin: 0px; text-indent: 0px;">\usepackage{pstricks}</p><p style="margin: 0px; text-indent: 0px;"><br></p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\begin{document}</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\psframebox{</p>
<p style="margin: 0px; text-indent: 0px;">\begin{minipage}[c][10cm][c]{\textwidth}</p>
<p style="margin: 0px; text-indent: 0px;">text</p>
<p style="margin: 0px; text-indent: 0px;">\end{minipage}</p>
<p style="margin: 0px; text-indent: 0px;">}</p><p style="margin: 0px; text-indent: 0px;"><br></p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\psframebox[framesep=0cm]{</p>
<p style="margin: 0px; text-indent: 0px;">\begin{minipage}[c][10cm][c]{\textwidth}</p>
<p style="margin: 0px; text-indent: 0px;">text</p>
<p style="margin: 0px; text-indent: 0px;">\end{minipage}</p>
<p style="margin: 0px; text-indent: 0px;">}</p><p style="margin: 0px; text-indent: 0px;"><br></p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\begin{pspicture}(0,0)(\textwidth,10cm)</p>
<p style="margin: 0px; text-indent: 0px;">\psframe[linecolor=red](0,0)(\textwidth, 10cm )</p>
<p style="margin: 0px; text-indent: 0px;">\end{pspicture}</p><p style="margin: 0px; text-indent: 0px;"><br></p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">\end{document}</p><br>Its a poster, so ideally one would want both margins to be equal? Which they are not, but further more I&#39;m not sure why a psframebox with 0 framesep is still wider than a pspicture if they are both \textwidth. <br>
<br>Oh, I&#39;m using LaTex+dvips+ps2pdf and in case its just me, here is what I get:<br><br><a href="http://www.mediafire.com/?c2430s823zhcxwx">http://www.mediafire.com/?c2430s823zhcxwx</a><br><br>(not sure I can attach files, so I won&#39;t try).<br>
<br>I&#39;m making a poster using pstricks and ideally I want to use \textwidth a lot, so I would really appreciate any pointers. I also realise this is not purely a pstricks question, but a0poster.cls seems really straightforward, all the margins and separators are set to 0, so I don&#39;t understand why it isn&#39;t symmetrical!<br>
<br>Thanks and sorry if this is too newby-ish!<br><br>Maja. <br><br><br><br>