README: Tweak paper size

This commit is contained in:
Starbeamrainbowlabs 2019-02-24 00:36:16 +00:00
parent 88757c7c51
commit fc3c92d334
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ convert score.png -rotate 90 score.pdf
# Split the PDF up into multiple pages for the printer
# -s1 Don't scale the output
# -m Sets the output paper size. Defaults to A4 (21x29.7cm) if unspecified, but may need to reduce by a cm or 2 on each side (as below) if things get cut off.
pdfposter -s1 -m 20x28.7cm score.pdf print.pdf
pdfposter -s1 -m 20x27.7cm score.pdf print.pdf
```
....if that cuts things off at the edges, try doing it like this: