[pstricks] pst-eps: Error: /undefined in tx at Dict

Herbert Voss Herbert.Voss at FU-Berlin.DE
Mon Mar 21 14:05:09 CET 2011


Am 20.03.2011 19:20, schrieb Florian Schubert:

> isn`t it possible to use exported eps-files (\PSTtoEPS) with another
> application like gsview?

looks like a wrong installation of TeX. However, why do you need
pst-eps? Use the package auto-pst-pdf or simply run xelatex.
See http://tug.org/PSTricks/main.cgi?file=pdf/pdfoutput

Herbert


> I create the eps-file with:
>
> \documentclass{scrartcl}
> \usepackage[latin1]{inputenc}
> \usepackage[T1]{fontenc}
> \usepackage[ngerman]{babel}
> \usepackage{pstricks}
> \usepackage{pst-eps}
> \usepackage{graphicx}
> \begin{document}
> \PSTtoEPS[headers=all]{test.eps}{\psframe(0,0)(2,2)}
> %\PSTtoEPS[bbllx=-1pt,bblly=-1pt,bburx=2cm,bbury=2cm,headers=all]{test2.eps}{\psframe(0,0)(2,2)}
> \begin{pspicture}(0,0)(3,3)
>      \rput[c](1.5,1.5){%
>          \includegraphics[scale=.6]{test}}
> \end{pspicture}
> \end{document}


More information about the PSTricks mailing list