diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/margins/10mm.yaml | 4 | ||||
-rw-r--r-- | conf/paper/a3.yaml | 4 | ||||
-rw-r--r-- | conf/paper/a4-landscape.yaml | 4 | ||||
-rw-r--r-- | conf/paper/a4.yaml | 4 | ||||
-rw-r--r-- | conf/paper/letter.yaml | 4 | ||||
-rw-r--r-- | conf/theme/thin_lines.yaml | 10 |
6 files changed, 30 insertions, 0 deletions
diff --git a/conf/margins/10mm.yaml b/conf/margins/10mm.yaml new file mode 100644 index 0000000..c5db32a --- /dev/null +++ b/conf/margins/10mm.yaml @@ -0,0 +1,4 @@ +margin_top: '10 mm' +margin_bottom: '10 mm' +margin_left: '10 mm' +margin_right: '10 mm' diff --git a/conf/paper/a3.yaml b/conf/paper/a3.yaml new file mode 100644 index 0000000..005f46e --- /dev/null +++ b/conf/paper/a3.yaml @@ -0,0 +1,4 @@ +bounding_box: '0 0 842 1192' +paper_name: 'a3' +page_width: '297 mm' +page_height: '420 mm' diff --git a/conf/paper/a4-landscape.yaml b/conf/paper/a4-landscape.yaml new file mode 100644 index 0000000..1d81f25 --- /dev/null +++ b/conf/paper/a4-landscape.yaml @@ -0,0 +1,4 @@ +bounding_box: '0 0 842 596' +paper_name: 'a4' +page_width: '297 mm' +page_height: '210 mm' diff --git a/conf/paper/a4.yaml b/conf/paper/a4.yaml new file mode 100644 index 0000000..46b071e --- /dev/null +++ b/conf/paper/a4.yaml @@ -0,0 +1,4 @@ +bounding_box: '0 0 596 842' +paper_name: 'a4' +page_width: '210 mm' +page_height: '297 mm' diff --git a/conf/paper/letter.yaml b/conf/paper/letter.yaml new file mode 100644 index 0000000..7dae443 --- /dev/null +++ b/conf/paper/letter.yaml @@ -0,0 +1,4 @@ +bounding_box: '0 0 612 792' +paper_name: 'letter' +page_width: '8.5 inch' +page_height: '11 inch' diff --git a/conf/theme/thin_lines.yaml b/conf/theme/thin_lines.yaml new file mode 100644 index 0000000..30642c8 --- /dev/null +++ b/conf/theme/thin_lines.yaml @@ -0,0 +1,10 @@ +thin_line_size: 0.5 +thin_line_color: '{ 0.9 0.9 0.9 }' + +heavy_line_size: 0.5 +heavy_line_color: '{ 0.8 0.8 0.8 }' + +border_line_size: 0.5 +border_line_color: '{ 0.8 0.8 0.8 }' + +background_color: '{ 1.0 1.0 1.0 }' |