From 9a0089b8dad6ea4214ea421fe48a097cb3458daf Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 27 Jun 2017 19:26:19 +0200 Subject: Paper with ninths and thirds of width marked --- src/graph-paper.ps.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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 -- cgit v1.2.3