]> git.sthu.org Git - ipestuff.git/commitdiff
style: Add a4paper-landscape and a3paper-landscape
authorStefan Huber <stefan.huber@fh-salzburg.ac.at>
Tue, 2 Jun 2026 10:43:33 +0000 (12:43 +0200)
committerStefan Huber <stefan.huber@fh-salzburg.ac.at>
Tue, 2 Jun 2026 10:43:46 +0000 (12:43 +0200)
styles/a0paper-landscape.isy [new file with mode: 0644]
styles/a3paper-landscape.isy [new file with mode: 0644]

diff --git a/styles/a0paper-landscape.isy b/styles/a0paper-landscape.isy
new file mode 100644 (file)
index 0000000..2b724a6
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE ipestyle SYSTEM "ipe.dtd">
+<ipestyle name="a0paper-landscape">
+       <!--
+       1 mm = 2.83465 mm
+       A0 landscape is 1189 mm x 841 mm
+       -->
+       <layout paper="3370 2384" origin="0 0" frame="3370 2384" crop="no"/>
+       <titlestyle pos="10 10" color="title" size="LARGE" halign="left" valign="baseline" />
+</ipestyle>
diff --git a/styles/a3paper-landscape.isy b/styles/a3paper-landscape.isy
new file mode 100644 (file)
index 0000000..4a968e0
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE ipestyle SYSTEM "ipe.dtd">
+<ipestyle name="a3paper-landscape">
+       <!--
+       1 mm = 2.83465 mm
+       A3 landscape is 420 mm x 297 mm
+       -->
+       <layout paper="1190.6 841.9" origin="0 0" frame="1190.6 841.9" crop="no"/>
+       <titlestyle pos="10 10" color="title" size="LARGE" halign="left" valign="baseline" />
+</ipestyle>