[SciPy-user] eps, jpg and png within scipy

Nils Wagner nwagner at mecha.uni-stuttgart.de
Fri Nov 28 10:17:11 EST 2003


John Hunter schrieb:
> 
> >>>>> "Pearu" == Pearu Peterson <pearu at scipy.org> writes:
> 
>     Pearu> You can use ps2pdf to convert eps-file to pdf-file and then
>     Pearu> \includegraphics this pdf-file to a pdflatex document.
> 
> This is a very good way to go, but it is important that you do a
> couple of things to get the fonts to work so the pdf's don't look
> blurry when viewed with a pdf viewer, eg, acroread.
> 
> You must have a recent version of gv (7.x) and then use the following
> flags when making the psd file
> 
>   > dvips -Pcmz -Pamz -G1 -Ppdf -o final3.ps final3.dvi
>   > ps2pdf final3.ps
> 
> This works well, and you can include ps or eps directly into your
> LaTeX documents.
> 
> JDH
> 
gv (7.x) Is that a typo ?
http://wino.physik.uni-mainz.de/~plass/gv/

I found gv 3.5.8

Nils

> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user



More information about the SciPy-User mailing list