[pstricks] include eps code within pstricks commands

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Dec 4 21:41:12 CET 2009


Am 04.12.2009 21:22, schrieb mathias legrand:

> which lines should I use ?

> %!PS-Adobe-3.0 EPSF-3.0
> %%BoundingBox: 0 0 149 128
> %%HiResBoundingBox: 0.000000 0.000000 148.058984 127.891016

delete every line with a _double_ %% at the beginning
Then the following should work. I saved the modified
eps as demo.eps and attached the output of this code:

 \documentclass{minimal}
\usepackage{pstricks}
\begin{document}

\begin{pspicture}(-1,-0.02)(10,5)
\pstverb{ (demo.eps) run }
\end{pspicture}

\end{document}

Herbert

-------------- next part --------------
A non-text attachment was scrubbed...
Name: xx.png
Type: image/png
Size: 323 bytes
Desc: not available
URL: <http://tug.org/pipermail/pstricks/attachments/20091204/de141222/attachment.png>


More information about the PSTricks mailing list