[pstricks] PSTricks and the size of pdf files

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Sun Nov 14 13:24:51 CET 2004


Paul Smith wrote:

> Thanks, Hendri. Something strange happens: if I am not interested in
> getting a pdf file, if I am only interested in getting a ps file
> (without using ps4pdf), the boundary of my picture is not misspecified
> when I use \pspicture(-1.5,-1.5)(1.5,1.5).

sure, it is. But not could not be seen, because PSTricks
overwrites anything and the pspicture environment reserves only
the space (box)


\documentclass[a4paper,12pt]{article}
\usepackage{pstricks}
\usepackage{pst-plot}
\begin{document}

\psframebox[framesep=0pt]{
\psset{unit=1.7}
\pspicture(-1.5,-1.5)(1.5,1.5)
     \psaxes[labels=none,ticks=none]{->}(0,0)(-1.5,-1.5)(1.5,1.5)
     \psarc(0,0){1}{72.75}{107.25}
     \uput[0](0,1.5){$y$}
     \uput[-90](1.5,0){$x$}
     %\uput[-90](1.08,0){$1$}
\endpspicture
}

\end{document}


Herbert

-- 
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes




More information about the PSTricks mailing list