<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
<br>
as to publication requirements, I have to go the old-fashioned way and
export my PSTricks figures and plots to EPS format for later inclusion.
Package pst-eps should be your friend in this case. Everything fine so
far, except that for figures with text placement via \rput, the EPS
bounding box is computed incorrectly. There is extra border space to
the left and at the bottom of the actual figure area.<br>
<br>
I have tried to track down the issue; in the end, it seems that
spurious blanks are causing the problem. Consider the following example:<br>
<br>
<font face="Courier New, Courier, monospace">\documentclass[10pt]{article}<br>
<br>
\usepackage{pst-plot,pst-eps}<br>
\pagestyle{empty}<br>
<br>
\begin{document}<br>
<br>
\begin{TeXtoEPS}<br>
  \begin{pspicture}(0.1,0.1)(8.9,6.1)%<br>
    \psframe(0.1,0.1)(8.9,6.1)%<br>
    \rput(4.5,5.0){xxx}%<br>
  \end{pspicture}%<br>
\end{TeXtoEPS}<br>
<br>
\end{document}</font><br>
<br>
<br>
Either of the following modifications does solve the problem:<br>
<br>
a) Delete the \rput line<br>
b) Omit loading the pst-plot package<br>
<br>
However, neither of them is an option, as I need to \rput my text and
load pst-plot for more advanced things. Basically, the issue is not
tied to pst-plot in particular, pst-node for instance causes the same
extra border space. A further observation: if you extend the text
length from "xxx" to "xxxxxx", the extra space to the left becomes
larger.<br>
<br>
To ensure that I'm using the latest sources, I have pulled over the
latest PSTricks TDS tree to my local texmf folder. However, this didn't
make a difference. Any clues?<br>
<br>
Thanks, Christian<br>
<br>
</body>
</html>