Skip to content

Commit

Permalink
Merge pull request #1 from ddatsko/devel
Browse files Browse the repository at this point in the history
Added -dALLOWTRANSPARENCY option to ps2pdf to allow transparent objects drawing using sketch
  • Loading branch information
klaxalk authored Dec 19, 2024
2 parents e9d886b + 124c940 commit 56b64d3
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 56b64d3

Please sign in to comment.