Hi, Akira Yokosawa <akiyks@xxxxxxxxx> writes: > From f04ab9441df5256aa9df73bb4fa005b43517f2f2 Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiyks@xxxxxxxxx> > Date: Sun, 3 Jan 2021 19:15:25 +0900 > Subject: [PATCH -perfbook] Makefile: Cope with GhostScript 9.53.0 or later > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > Combination of GhostScript 9.53.x and pstricks-base 3.01 requires > an additional option of "gs" to enable transparency. > > Current version of a2ping can not cope with this change. > > Instead, use the pair of commands "ps2pdf" and "pdfcrop" for .eps > files originated from .tex sources. > > Reported-by: Дмитрий Дьяченко <dimhen@xxxxxxxxx> > Reported-by: Felipe Balbi <balbi@xxxxxxxxxx> > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> This seems to work fine, a few warnings during compilation of affected images: SMPdesign/DiningPhilosopher4part-b.eps --> SMPdesign/DiningPhilosopher4part-b.pdf **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution SMPdesign/DiningPhilosopher5.eps --> SMPdesign/DiningPhilosopher5.pdf **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution SMPdesign/DiningPhilosopher5PEM.eps --> SMPdesign/DiningPhilosopher5PEM.pdf **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution SMPdesign/DiningPhilosopher5TB.eps --> SMPdesign/DiningPhilosopher5TB.pdf **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release **** See .setfillconstantalpha/.setalphaisshape for the improved solution Tested-by: Felipe Balbi <balbi@xxxxxxxxxx> -- balbi