blob: 145fd0667fa226fc7baf3b0b838e74d2d1fae7b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|