summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/labels/test/testnew13.tex
blob: 2c411d1ed7276152a9bf6be610e7ba4e18b7e45c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% LaTeX2e source file
%
% This is for my Avery L7160 7x3 labels.
\documentclass[a4paper,12pt]{article}
\usepackage[newdimens]{labels}
\LabelGridtrue
\LabelInfotrue
\LabelCols=3%             Number of columns of labels per page
\LabelRows=7%             Number of rows of labels per page
\LeftPageMargin=7mm%      These four parameters give the
\RightPageMargin=7mm%       page gutter sizes.  The outer edges of
\TopPageMargin=15mm%        the outer labels are the specified
\BottomPageMargin=15mm%     distances from the edge of the paper.
\InterLabelColumn=2mm%    Gap between columns of labels
\InterLabelRow=0mm%       Gap between rows of labels
\LeftLabelBorder=5mm%     These four parameters give the extra
\RightLabelBorder=5mm%      space used around the text on each
\TopLabelBorder=5mm%        actual label.
\BottomLabelBorder=5mm%   
\begin{document}
\footnotesize\sf
\numberoflabels=20
\boxedaddresslabel[\fboxrule=6pt]{%
Prof. Grant B. Gustafson\\
Department of Mathematics\\
113 JWB University of Utah \\
SLC, UT 84112
}
\end{document}