diff options
-rw-r--r-- | conf/settings/graph-paper/05mm.yaml | 8 | ||||
-rw-r--r-- | designs/graph-paper-05mm-a4.yaml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/conf/settings/graph-paper/05mm.yaml b/conf/settings/graph-paper/05mm.yaml new file mode 100644 index 0000000..57b9b6a --- /dev/null +++ b/conf/settings/graph-paper/05mm.yaml @@ -0,0 +1,8 @@ +x_len: 0.5 mm +y_len: 0.5 mm + +x_count: 10 +y_count: 10 + +x_trasl: 0 mm +y_trasl: 0 mm diff --git a/designs/graph-paper-05mm-a4.yaml b/designs/graph-paper-05mm-a4.yaml new file mode 100644 index 0000000..f2b4221 --- /dev/null +++ b/designs/graph-paper-05mm-a4.yaml @@ -0,0 +1,8 @@ +template: graph-paper +paper: a4 +margins: 10mm +theme: thin_lines +settings: 05mm +override: + margin_top: 11 mm + margin_bottom: 11 mm |