Suporte #6285
ghostscript: stackunderflow in .setdistillerparams in new version
0%
Description
Com o ghostscript versão 9.10 (pelo menos no meu caso Ubuntu 13.10 X64)
Architecture: amd64
Version: 9.10~dfsg~rc1-0ubuntu2
Provides: postscript-viewer
Aparece o seguinte erro a compilar:
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out/thesis-print.pdf matter.pdf pdfmarks
GPL Ghostscript 9.10: Set UseCIEColor for UseDeviceIndependentColor to work properly.
Unrecoverable error: stackunderflow in .setdistillerparams
make: *** [thesis] Error 255
---------------------------------------------------------------------------------------------
Workaround:
@Makefile
thesis: matter
gs -sDEVICE=pdfwrite -dColorConversionStrategy=/LeaveColorUnchanged -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out/thesis-print.pdf matter.pdf
Fazer o mesmo para o "publish"