aboutsummaryrefslogtreecommitdiff
path: root/conf/paper
diff options
context:
space:
mode:
Diffstat (limited to 'conf/paper')
-rw-r--r--conf/paper/a3.yaml4
-rw-r--r--conf/paper/a4-landscape.yaml4
-rw-r--r--conf/paper/a4.yaml4
-rw-r--r--conf/paper/letter.yaml4
4 files changed, 16 insertions, 0 deletions
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'