Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions scripts/fix-gray.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

rm -f /tmp/file.pdf
mv $1 /tmp/file.pdf
gs \
-sOutputFile=$1 \
-sDEVICE=pdfwrite \
-sColorConversionStrategy=Gray \
-dProcessColorModel=/DeviceGray \
-dCompatibilityLevel=1.4 \
-dNOPAUSE \
-dBATCH \
/tmp/file.pdf
43 changes: 24 additions & 19 deletions static/img_javascript/Fig2.14b.std.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img_javascript/Fig2.14b.std.svg.pdf
Binary file not shown.
Binary file modified static/img_javascript/Fig3.30b.svg.pdf
Binary file not shown.
Binary file modified static/img_javascript/Fig4.4a.std.pdf
Binary file not shown.
Loading