aboutsummaryrefslogtreecommitdiff
path: root/src/graph-paper.ps.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph-paper.ps.j2')
-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