summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/labels/test/test6.tex
blob: 751b76b87c8f332c76158697a32e69b5f0f606f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% LaTeX2e source file
%
\documentclass[12pt]{article}
\usepackage{labels}
\begin{document}
\numberoflabels=16
\genericlabel{%
\begin{tabular}{|c|}
\hline
My Amazing Program\\
\hline
Disk 1 of 1\\
\hline
\em We aim to serve\\
\hline
\end{tabular}
}
\end{document}