From ed5fe328d97993379edef9e785a0662ed532f16a Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Fri, 13 Sep 2002 15:27:02 +0000 Subject: [PATCH] * ly/a3-init.ly, scripts/ly2dvi.py (ly_paper_to_latexpaper): Add support for A3 paper. --- ly/a3-init.ly | 5 +++++ scripts/ly2dvi.py | 1 + 2 files changed, 6 insertions(+) create mode 100644 ly/a3-init.ly diff --git a/ly/a3-init.ly b/ly/a3-init.ly new file mode 100644 index 0000000000..4685cedbc4 --- /dev/null +++ b/ly/a3-init.ly @@ -0,0 +1,5 @@ +\version "1.5.68" +% a3-init.ly + +hsize = 296.9 \mm +vsize = 420.0 \mm diff --git a/scripts/ly2dvi.py b/scripts/ly2dvi.py index 0c3dd95158..1dfae03313 100644 --- a/scripts/ly2dvi.py +++ b/scripts/ly2dvi.py @@ -612,6 +612,7 @@ def one_latex_definition (defn, first): ly_paper_to_latexpaper = { 'a4' : 'a4paper', 'letter' : 'letterpaper', + 'a3' : 'a3paper' } #TODO: should set textheight (enlarge) depending on papersize. -- 2.39.5