summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/labels/test/door209.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/labels/test/door209.tex')
-rw-r--r--Master/texmf-dist/doc/latex/labels/test/door209.tex41
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/labels/test/door209.tex b/Master/texmf-dist/doc/latex/labels/test/door209.tex
new file mode 100644
index 00000000000..570d02d103c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/labels/test/door209.tex
@@ -0,0 +1,41 @@
+% LaTeX2e source file for 3.5" by 5" doorcard
+%
+\documentstyle[12pt,olabels]{article}
+%\usepackage{labels}
+\LabelInfotrue
+\LabelRows=1\LabelCols=1
+\LeftBorder=1in\RightBorder=1in
+\TopBorder=3.25in\BottomBorder=3.25in
+\fboxsep=10pt\fboxrule=2pt
+%
+% Definitions of door card contents that change every term
+%
+\def\TERM{Spring 1995}
+\def\SCHEDULE{\begin{tabular}{llll}
+251-1 & 9:55--10:45 & MWF & PAB 103\\
+251-2 & 11:00-11:50 & MWF & AEB 320\\
+252-1 & 1:10-2:00 & MWF & JWB 335\\
+OFFICE & MWF 4:00 & T-TH 5:00 & by appointment
+\end{tabular}}
+%
+% Definitions of door card contents that don't change much
+%
+\def\NAME{GRANT B. GUSTAFSON}
+\def\TITLE{Professor of Mathematics}
+\def\PHONE{581--6879. Messages 581--6841 (Secretary)}
+\def\EMAIL{InterNet: {\tt gustafson@math.utah.edu}}
+%
+\begin{document}
+\genericlabel{%
+\fbox{
+\begin{minipage}{5in}
+\raggedright \normalsize\sf
+\begin{center}
+{\Large\bf \NAME}\\[5pt]
+\TITLE\\[5pt] \TERM\\[5pt] \large\sf\SCHEDULE\\[1em]
+\PHONE\\[2pt] \EMAIL
+\end{center}
+\end{minipage}
+}
+}
+\end{document}