From cf1b6018b6b179a3c88894b1ca208d5d2e357751 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Wed, 16 Apr 2025 09:12:41 +0200 Subject: new design: 10 mm pointed paper --- conf/settings/pointed-paper/10mm.yaml | 11 +++++++++++ conf/theme/heavy_lines.yaml | 12 ++++++++++++ designs/pointed-paper-10mm-a4.yaml | 11 +++++++++++ 3 files changed, 34 insertions(+) create mode 100644 conf/settings/pointed-paper/10mm.yaml create mode 100644 conf/theme/heavy_lines.yaml create mode 100644 designs/pointed-paper-10mm-a4.yaml diff --git a/conf/settings/pointed-paper/10mm.yaml b/conf/settings/pointed-paper/10mm.yaml new file mode 100644 index 0000000..09f80b5 --- /dev/null +++ b/conf/settings/pointed-paper/10mm.yaml @@ -0,0 +1,11 @@ +x_len: 10 mm +y_len: 10 mm + +x_count: 5 +y_count: 5 + +point_thin: 0.4 +point_heavy: 0.5 + +x_trasl: 0 mm +y_trasl: 0 mm diff --git a/conf/theme/heavy_lines.yaml b/conf/theme/heavy_lines.yaml new file mode 100644 index 0000000..06c5df4 --- /dev/null +++ b/conf/theme/heavy_lines.yaml @@ -0,0 +1,12 @@ +thin_line_size: 0.5 +thin_line_color: '{ 0.5 0.5 0.5 }' + +heavy_line_size: 0.5 +heavy_line_color: '{ 0.35 0.35 0.35 }' + +border_line_size: 0.5 +border_line_color: '{ 0.35 0.35 0.35 }' + +fill_color: '{ 1.0 1.0 1.0 }' + +background_color: '{ 1.0 1.0 1.0 }' diff --git a/designs/pointed-paper-10mm-a4.yaml b/designs/pointed-paper-10mm-a4.yaml new file mode 100644 index 0000000..d41d00b --- /dev/null +++ b/designs/pointed-paper-10mm-a4.yaml @@ -0,0 +1,11 @@ +template: pointed-paper +paper: a4 +margins: 6mm +theme: heavy_lines +settings: 10mm +override: + border: false + margin_left: '10 mm' + margin_right: '10 mm' + margin_top: '9 mm' + margin_bottom: '8 mm' -- cgit v1.2.3