diff options
Diffstat (limited to 'designs')
-rw-r--r-- | designs/graph-paper-2mm-a4.yaml | 3 | ||||
-rw-r--r-- | designs/graph-paper-4mm-a5.yaml | 7 | ||||
-rw-r--r-- | designs/graph-paper-4mm-a6-rings.yaml | 8 |
3 files changed, 18 insertions, 0 deletions
diff --git a/designs/graph-paper-2mm-a4.yaml b/designs/graph-paper-2mm-a4.yaml index 8e30e94..f982501 100644 --- a/designs/graph-paper-2mm-a4.yaml +++ b/designs/graph-paper-2mm-a4.yaml @@ -1,4 +1,7 @@ +template: graph-paper paper: a4 margins: 10mm theme: thin_lines settings: 2mm +override: + y_trasl: '7 mm' diff --git a/designs/graph-paper-4mm-a5.yaml b/designs/graph-paper-4mm-a5.yaml new file mode 100644 index 0000000..ce58ad3 --- /dev/null +++ b/designs/graph-paper-4mm-a5.yaml @@ -0,0 +1,7 @@ +template: graph-paper +paper: a5 +margins: 10mm +theme: thin_lines +settings: 4mm +override: + y_trasl: '10 mm' diff --git a/designs/graph-paper-4mm-a6-rings.yaml b/designs/graph-paper-4mm-a6-rings.yaml new file mode 100644 index 0000000..7de771d --- /dev/null +++ b/designs/graph-paper-4mm-a6-rings.yaml @@ -0,0 +1,8 @@ +template: graph-paper +paper: a6 +margins: 6mm +theme: thin_lines +settings: 4mm +override: + y_trasl: '4 mm neg' + margin_left: '11 mm' |