diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-30 16:57:45 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-30 16:57:45 -0500 |
| commit | d7048e2bb65605520eb652e0158f253f2abca606 (patch) | |
| tree | ab35fd417eae45ed4be938d72bf226f2c52bd92d | |
| parent | cb14cdb2eebc0407b42b22f7c53adc7f6f2e612a (diff) | |
| download | pyramid-d7048e2bb65605520eb652e0158f253f2abca606.tar.gz pyramid-d7048e2bb65605520eb652e0158f253f2abca606.tar.bz2 pyramid-d7048e2bb65605520eb652e0158f253f2abca606.zip | |
600 page max
| -rw-r--r-- | docs/coversizing.py | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/coversizing.py b/docs/coversizing.py index cb8476acb..054a741eb 100644 --- a/docs/coversizing.py +++ b/docs/coversizing.py @@ -1,6 +1,7 @@ # see https://www.createspace.com/Products/Book/#content4 +# https://www.createspace.com/Help/Index.jsp?orgId=00D300000001Sh9&id=50170000000I7be -page_count = 605 +page_count = 600 bleed = .125 spine_width = .002252 * page_count trim_width = 7.5 @@ -8,8 +9,11 @@ trim_height = 9.25 min_cover_width = bleed + trim_width + spine_width + trim_width + bleed min_cover_height = bleed + trim_height + bleed -print "spine width ", spine_width -print "min cover width ", min_cover_width -print "min cover height ", min_cover_height - +print "spine width ", spine_width, "inches" +print "min cover width ", min_cover_width, "inches" +print "min cover height ", min_cover_height, "inches" +print "barcode placeholder width: 2 inches" +print "barcode placeholder height: 1.2 inches" +print "bottom of barcode must be .25 inches from bottom trim line of cover" +print "right side of barcode must be .25 inches to left of spine" |
