summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/labels/test/testnew12.tex
blob: 62c6c158f6cd6f386572d1d37f379b2edbcdb3bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\documentclass{article}
\usepackage[newdimens]{labels}
\begin{document}
\begin{labels}
Me
My address
My City, State, Zipcode

My Brother
His address
His City, State, Zipcode

%%
%
{\bf Me}
\mbox{\tt My address}
My City, State, Zipcode

My Brother
His address
His City, State, Zipcode
\end{labels}
\end{document}