summaryrefslogtreecommitdiff
path: root/macros/text1/pc/blocks/maillbls.blk
diff options
context:
space:
mode:
Diffstat (limited to 'macros/text1/pc/blocks/maillbls.blk')
-rw-r--r--macros/text1/pc/blocks/maillbls.blk17
1 files changed, 17 insertions, 0 deletions
diff --git a/macros/text1/pc/blocks/maillbls.blk b/macros/text1/pc/blocks/maillbls.blk
new file mode 100644
index 0000000000..145fd0667f
--- /dev/null
+++ b/macros/text1/pc/blocks/maillbls.blk
@@ -0,0 +1,17 @@
+% Set format for mail labels with the MERGE LETTER MODEL
+
+% Maillabelformat sets the page and label information for mailing labels
+\maillabelformat{\labelsetup{% Sets page and margin settings
+ \newpage % start labels on a new page
+ \notitlepage % labels not started on a title page
+ \runningheadformat{\bothpages{\line{}}} % no page #s
+ \pageformat{\topmargin{1in} % new page dimensions
+ \bottommargin{0pt}
+ \leftmargin{0pt}
+ \rightmargin{0pt}}% end page format
+ }% end labelsetup
+ \numberoflabelsperline{3} % three labels per line max
+ \labelheight{1in} % each label 1 inch high
+ \labelwidth{2.75in} % each label 2.75 inches wide
+ \labelmat{.25in} % margin to text is .25 inches
+}% end mail label format