Skip to content

Commit

Permalink
Added -dALLOWTRANSPARENCY option to ps2pdf to allow transparent objec…
Browse files Browse the repository at this point in the history
…ts drawing
  • Loading branch information
ddatsko committed Dec 16, 2024
1 parent e9d886b commit 124c940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_resources/fig/sketch/compile_sketch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ else
dvips -Ppdf -G0 "$NAME.dvi"
rm "$NAME.dvi"

ps2pdf -dNOSAFER "$NAME.ps"
ps2pdf -dNOSAFER -dALLOWPSTRANSPARENCY "$NAME.ps"
pdfcrop "$NAME.pdf" "$NAME.pdf"

rm "$NAME.ps"
Expand Down

0 comments on commit 124c940

Please sign in to comment.