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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
%%% ============================================================
%%% @LaTeX-style-file{
%%% author = "Michael Wester",
%%% version = "1.0",
%%% date = "July 1991",
%%% time = "NULL",
%%% filename = "3across.tex",
%%% address = "Math & Stat Dept.
%%% University of New Mexico
%%% Albuquerque, NM 87131",
%%% telephone = "NA",
%%% FAX = "NA",
%%% checksum = "NA",
%%% email = "wester@spectre.unm.edu (Internet)",
%%% codetable = "ISO/ASCII",
%%%
%%% keywords = "LaTeX, TeX, formletter, mailing labels",
%%% supported = "yes",
%%%
%%% docstring = "Treat the lower third of the sheet as an
%%% envelope.",
%%% }
%%% =================================================================
%
%
%
\vspace*{6.5in}
Michael Wester \\
1801 Quincy, SE \\
Albuquerque, NM \quad 87108
\vspace{.5in}
\begin{center}
\begin{tabular}{l}
\Name \\
\Address
\end{tabular}
\end{center}
\newpage
|