blob: 1d65ac8118eb773ad17b4a5954fe1696ab6264a4 (
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
|
% LaTeX2e source file for output onto Avery 5360 label stock
%
\documentclass[12pt]{article}
\usepackage{labels}
\LabelInfotrue
\TopBorder=9mm\BottomBorder=2mm
\LeftBorder=6mm\RightBorder=6mm
\begin{document}
\normalsize\sf
\numberoflabels=18
\boxedaddresslabel{%
{\bfseries Nelson H. F. Beebe}\\% Font control!
Center for Scientific Computing\\
Mathematics Department 105~JWB\\% This line wraps!
University of Utah\\
Salt Lake City, UT 84112, USA
}
\numberoflabels=3
\addresslabel{% Extras on same sheet!
{\bfseries Nelson H. F. Beebe}\\
Tel: {\tt +1 801 581 5254}\\
FAX: {\tt +1 801 581 4148}\\
Internet: {\tt beebe@math.utah.edu}
}
\end{document}
|