In my configuration ghostscript produces pretty nice pdf-output (from
ps-files)

the shell script
-----
# !/bin/bash
#
# make-pdf $1
#
# give job name as first parameter (e.g. to convert music.dvi to music.pdf
# call this script as 'make-pdf music')
#
dvips $1
gs -sDEVICE=pdfwrite -sOutputFile=$1.pdf -dNOPAUSE $1.ps quit.ps
# end of make-pdf
-----
should run on any unix machine (gs version is 5.10, dvips is 5.82).

Bernhard

Reply via email to