summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/labels/test/testnew13.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/labels/test/testnew13.tex')
-rw-r--r--Master/texmf-dist/doc/latex/labels/test/testnew13.tex29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/labels/test/testnew13.tex b/Master/texmf-dist/doc/latex/labels/test/testnew13.tex
new file mode 100644
index 00000000000..2c411d1ed72
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/labels/test/testnew13.tex
@@ -0,0 +1,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}