aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-06-27 19:26:19 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-06-27 19:26:19 +0200
commit9a0089b8dad6ea4214ea421fe48a097cb3458daf (patch)
tree7124f035a0579ef0781cbc50b81d160696dcd006 /src
parent5aa63bb167e13148754d4901ba23c6dec09832a2 (diff)
Paper with ninths and thirds of width marked
Diffstat (limited to 'src')
-rw-r--r--src/graph-paper.ps.j210
1 files changed, 5 insertions, 5 deletions
diff --git a/src/graph-paper.ps.j2 b/src/graph-paper.ps.j2
index d888a5b..2440bde 100644
--- a/src/graph-paper.ps.j2
+++ b/src/graph-paper.ps.j2
@@ -52,6 +52,11 @@
% ------ Basic settings
+% page size: if you change this, you should change the BoundingBox
+% in line 4 accordingly (you CAN'T use mm or inch over there)
+/PageWidth {{ page_width }} def
+/PageHeight {{ page_height }} def
+
/SquaXLen {{ x_len }} def % hor spacing between lines
/SquaYLen {{ y_len }} def % ver spacing between lines
@@ -70,11 +75,6 @@
/BackColo {{ background_color }} def % background color
-% page size: if you change this, you should change the BoundingBox
-% in line 4 accordingly (you CAN'T use mm or inch over there)
-/PageWidth {{ page_width }} def
-/PageHeight {{ page_height }} def
-
% white margins
/BorderTop {{ margin_top }} def
/BorderBottom {{ margin_bottom }} def