[pstricks] pdfLaTeX + A0poster + pstricks + pst-pdf -> pspicture environment problem
Herbert Voss
LaTeX at zedat.fu-berlin.de
Thu Aug 3 11:53:26 CEST 2006
Amelio wrote:
> I 'm working on a A0 poster for a conference. I'm using pdfLaTeX with
> the "pst-pdf" package so as to be able to include pstricks graphics
> objects.
>
> I''ve created a canvas size with the pspicture environment and then I
> used a \psgrid to see how it looks like:
>
> \begin{pspicture}(0,0)(12,4)
> \psgrid(0,0)(12,4)
> \end{pspicture}
pst-pdf cuts _everything_ around the given pspicture size.
try
\begin{pspicture}(-0.3,-0.3)(12,4)
\psgrid(0,0)(12,4)
\end{pspicture}
then the labels at the left and the bottom are present.
Herbert
--
LaTeX und Perl in der ZEDAT: http://userpage.fu-berlin.de/~latex
More information about the PSTricks
mailing list