diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-12-26 21:00:05 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-12-26 21:00:05 +0100 |
commit | 07e52452253a134c5386294ccb59f536e30a0013 (patch) | |
tree | 74139433d5e0fabcf6707c4e4f99529b70e2e433 /designs | |
parent | 6e70bc905e002c63d1ca7356cdf749519318143b (diff) |
New designs
Diffstat (limited to 'designs')
-rw-r--r-- | designs/graph-paper-4mm-a6.yaml | 11 | ||||
-rw-r--r-- | designs/pointed-paper-4mm-a4.yaml | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/designs/graph-paper-4mm-a6.yaml b/designs/graph-paper-4mm-a6.yaml new file mode 100644 index 0000000..5e61050 --- /dev/null +++ b/designs/graph-paper-4mm-a6.yaml @@ -0,0 +1,11 @@ +template: graph-paper +paper: a6 +margins: 6mm +theme: thin_blue_lines +settings: 4mm +override: + y_trasl: '4 mm neg' + margin_left: '6.5 mm' + margin_right: '6.5 mm' + margin_top: '6 mm' + margin_bottom: '6 mm' diff --git a/designs/pointed-paper-4mm-a4.yaml b/designs/pointed-paper-4mm-a4.yaml new file mode 100644 index 0000000..a91ac84 --- /dev/null +++ b/designs/pointed-paper-4mm-a4.yaml @@ -0,0 +1,11 @@ +template: pointed-paper +paper: a4 +margins: 6mm +theme: thin_lines +settings: 4mm +override: + border: false + margin_left: '6 mm' + margin_right: '6 mm' + margin_top: '6 mm' + margin_bottom: '6 mm' |