Skip to content

Commit 823e613

Browse files
Finalising images (source-academy#578)
* Finalizing all images * Finalizing all images EXCEPT: 2.9-2.12, 2.14 * Fixing Martin's spotted errors * Ellipses
1 parent 662fd43 commit 823e613

File tree

330 files changed

+9539
-7090
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

330 files changed

+9539
-7090
lines changed

scripts/fix-gray.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
3+
rm -f /tmp/file.pdf
4+
mv $1 /tmp/file.pdf
5+
gs \
6+
-sOutputFile=$1 \
7+
-sDEVICE=pdfwrite \
8+
-sColorConversionStrategy=Gray \
9+
-dProcessColorModel=/DeviceGray \
10+
-dCompatibilityLevel=1.4 \
11+
-dNOPAUSE \
12+
-dBATCH \
13+
/tmp/file.pdf

static/img_javascript/Fig2.14b.std.svg

Lines changed: 24 additions & 19 deletions
Loading
-135 KB
Binary file not shown.
1011 Bytes
Binary file not shown.
1.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)