From fc3c13e1ea55859de112a900a8fa99d2dc1417c6 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 22 Jun 2017 18:01:31 +0200 Subject: Start converting ps file to jinja2 template --- conf/paper/a3.yaml | 4 ++++ conf/paper/a4-landscape.yaml | 4 ++++ conf/paper/a4.yaml | 4 ++++ conf/paper/letter.yaml | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 conf/paper/a3.yaml create mode 100644 conf/paper/a4-landscape.yaml create mode 100644 conf/paper/a4.yaml create mode 100644 conf/paper/letter.yaml (limited to 'conf/paper') 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' -- cgit v1.2.3