diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 09:58:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 09:58:27 +0200 |
commit | ea72b21f2502527d8f25fda5817cb87672995cef (patch) | |
tree | 6c62f6bc3c6e4d86113d727c9ac69399ebd023c6 | |
parent | a80d85a6a4c2cc47f4eb3b22cdb3438446a76c0f (diff) |
Add a4/letter html2ps configs
-rw-r--r-- | a4.html2ps | 1 | ||||
-rw-r--r-- | letter.html2ps | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/a4.html2ps b/a4.html2ps new file mode 100644 index 0000000..ad9ac5b --- /dev/null +++ b/a4.html2ps @@ -0,0 +1 @@ +@html2ps { paper { type: A4 } } diff --git a/letter.html2ps b/letter.html2ps new file mode 100644 index 0000000..482cf04 --- /dev/null +++ b/letter.html2ps @@ -0,0 +1 @@ +@html2ps { paper { type: letter } } |