Subject: | Adjustment to x gap for Avery 8923 |
This is actually a patch to my last patch. I got the x gap wrong for Avery 8923. It should be
27 instead of 0:
$ git format-patch -1 --stdout
From 8794c7825ac08cdc3084726df3e8d46fbdc754ed Mon Sep 17 00:00:00 2001
From: brian d foy <brian@stonehenge.com>
Date: Mon, 20 Oct 2008 15:52:29 -0500
Subject: [PATCH] * Adjust y spacing for Avery 8923
---
lib/PostScript/MailLabels/BasicData.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/PostScript/MailLabels/BasicData.pm
b/lib/PostScript/MailLabels/BasicData.pm
index 61a2999..9216ef4 100644
--- a/lib/PostScript/MailLabels/BasicData.pm
+++ b/lib/PostScript/MailLabels/BasicData.pm
@@ -269,7 +269,7 @@ sub initialize {
13.5, 36, 288, 144, 9, 0,
],
'8923' => ['Letter', [ 8923 ], 'shipping', 10,
- 13.5, 36, 288, 144, 0, 0,
+ 13.5, 36, 288, 144, 27, 0,
]
);
=head1
--
1.5.4