aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--conf/theme/thin_lines.yaml6
-rw-r--r--designs/graph-paper-4mm-a6.yaml2
-rw-r--r--designs/graph-paper-5mm-a6.yaml11
4 files changed, 16 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f505013..d053c4b 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ pdf: $(PDF_TARGETS)
nup: $(NUP4_TARGETS) $(NUP2_TARGETS)
verso: $(VERSO_TARGETS) $(VERSO_NUP4_TARGETS) $(VERSO_NUP2_TARGETS)
-$(BUILDDIR)/%.ps: designs/%.yaml
+$(BUILDDIR)/%.ps: designs/%.yaml conf/*
mkdir -p ${BUILDDIR}
./bin/render -o $@ $<
diff --git a/conf/theme/thin_lines.yaml b/conf/theme/thin_lines.yaml
index 84273e9..4d71156 100644
--- a/conf/theme/thin_lines.yaml
+++ b/conf/theme/thin_lines.yaml
@@ -1,11 +1,11 @@
thin_line_size: 0.5
-thin_line_color: '{ 0.85 0.85 0.85 }'
+thin_line_color: '{ 0.90 0.90 0.90 }'
heavy_line_size: 0.5
-heavy_line_color: '{ 0.75 0.75 0.75 }'
+heavy_line_color: '{ 0.80 0.80 0.80 }'
border_line_size: 0.5
-border_line_color: '{ 0.75 0.75 0.75 }'
+border_line_color: '{ 0.80 0.80 0.80 }'
fill_color: '{ 1.0 1.0 1.0 }'
diff --git a/designs/graph-paper-4mm-a6.yaml b/designs/graph-paper-4mm-a6.yaml
index 5e61050..a6c70cf 100644
--- a/designs/graph-paper-4mm-a6.yaml
+++ b/designs/graph-paper-4mm-a6.yaml
@@ -1,7 +1,7 @@
template: graph-paper
paper: a6
margins: 6mm
-theme: thin_blue_lines
+theme: thin_lines
settings: 4mm
override:
y_trasl: '4 mm neg'
diff --git a/designs/graph-paper-5mm-a6.yaml b/designs/graph-paper-5mm-a6.yaml
new file mode 100644
index 0000000..e66f964
--- /dev/null
+++ b/designs/graph-paper-5mm-a6.yaml
@@ -0,0 +1,11 @@
+template: graph-paper
+paper: a6
+margins: 6mm
+theme: thin_lines
+settings: 5mm
+override:
+ y_trasl: '5 mm neg'
+ margin_left: '7.5 mm'
+ margin_right: '7.5 mm'
+ margin_top: '6.5 mm'
+ margin_bottom: '6.5 mm'