aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-06-23 19:49:41 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-06-23 19:49:41 +0200
commitbfa1dafd15465287725ae30cc9fef2a1a5a1e170 (patch)
treee45b59ddf82c922ef60d07ee8ff876f1a3040e27
parent5cf29bda38585c0ab6c92a76c681b7fa63d96202 (diff)
graph paper designs
-rw-r--r--conf/margins/6mm.yaml6
-rw-r--r--conf/paper/a5.yaml4
-rw-r--r--conf/paper/a6.yaml4
-rw-r--r--conf/settings/graph-paper/4mm.yaml8
-rw-r--r--conf/theme/thin_lines.yaml6
-rw-r--r--designs/graph-paper-2mm-a4.yaml3
-rw-r--r--designs/graph-paper-4mm-a5.yaml7
-rw-r--r--designs/graph-paper-4mm-a6-rings.yaml8
8 files changed, 43 insertions, 3 deletions
diff --git a/conf/margins/6mm.yaml b/conf/margins/6mm.yaml
new file mode 100644
index 0000000..eadc9ea
--- /dev/null
+++ b/conf/margins/6mm.yaml
@@ -0,0 +1,6 @@
+margin_top: '6 mm'
+margin_bottom: '6 mm'
+margin_left: '6 mm'
+margin_right: '6 mm'
+
+border: true
diff --git a/conf/paper/a5.yaml b/conf/paper/a5.yaml
new file mode 100644
index 0000000..804a58e
--- /dev/null
+++ b/conf/paper/a5.yaml
@@ -0,0 +1,4 @@
+bounding_box: '0 0 421 596'
+paper_name: 'a5'
+page_width: '148 mm'
+page_height: '210 mm'
diff --git a/conf/paper/a6.yaml b/conf/paper/a6.yaml
new file mode 100644
index 0000000..f12bdf5
--- /dev/null
+++ b/conf/paper/a6.yaml
@@ -0,0 +1,4 @@
+bounding_box: '0 0 298 421'
+paper_name: 'a6'
+page_width: '105 mm'
+page_height: '148 mm'
diff --git a/conf/settings/graph-paper/4mm.yaml b/conf/settings/graph-paper/4mm.yaml
new file mode 100644
index 0000000..ed83f4c
--- /dev/null
+++ b/conf/settings/graph-paper/4mm.yaml
@@ -0,0 +1,8 @@
+x_len: 4 mm
+y_len: 4 mm
+
+x_count: 5
+y_count: 5
+
+x_trasl: 0 mm
+y_trasl: 0 mm
diff --git a/conf/theme/thin_lines.yaml b/conf/theme/thin_lines.yaml
index 30642c8..85477ed 100644
--- a/conf/theme/thin_lines.yaml
+++ b/conf/theme/thin_lines.yaml
@@ -1,10 +1,10 @@
thin_line_size: 0.5
-thin_line_color: '{ 0.9 0.9 0.9 }'
+thin_line_color: '{ 0.85 0.85 0.85 }'
heavy_line_size: 0.5
-heavy_line_color: '{ 0.8 0.8 0.8 }'
+heavy_line_color: '{ 0.75 0.75 0.75 }'
border_line_size: 0.5
-border_line_color: '{ 0.8 0.8 0.8 }'
+border_line_color: '{ 0.75 0.75 0.75 }'
background_color: '{ 1.0 1.0 1.0 }'
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'