diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-06-27 19:26:19 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-06-27 19:26:19 +0200 |
commit | 9a0089b8dad6ea4214ea421fe48a097cb3458daf (patch) | |
tree | 7124f035a0579ef0781cbc50b81d160696dcd006 /conf | |
parent | 5aa63bb167e13148754d4901ba23c6dec09832a2 (diff) |
Paper with ninths and thirds of width marked
Diffstat (limited to 'conf')
-rw-r--r-- | conf/margins/none.yaml | 6 | ||||
-rw-r--r-- | conf/settings/graph-paper/ninths.yaml | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/conf/margins/none.yaml b/conf/margins/none.yaml new file mode 100644 index 0000000..5f148e7 --- /dev/null +++ b/conf/margins/none.yaml @@ -0,0 +1,6 @@ +margin_top: '0 mm' +margin_bottom: '0 mm' +margin_left: '0 mm' +margin_right: '0 mm' + +border: false diff --git a/conf/settings/graph-paper/ninths.yaml b/conf/settings/graph-paper/ninths.yaml new file mode 100644 index 0000000..54b134c --- /dev/null +++ b/conf/settings/graph-paper/ninths.yaml @@ -0,0 +1,8 @@ +x_len: PageWidth 9 div +y_len: PageWidth 9 div + +x_count: 3 +y_count: 3 + +x_trasl: 0 mm +y_trasl: 0 mm |