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 --- conf/margins/none.yaml | 6 ++++++ conf/settings/graph-paper/ninths.yaml | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 conf/margins/none.yaml create mode 100644 conf/settings/graph-paper/ninths.yaml (limited to 'conf') 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 -- cgit v1.2.3