You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
486 B
33 lines
486 B
6 years ago
|
\documentclass{article}
|
||
|
\usepackage{pbox}
|
||
|
\usepackage{geometry}
|
||
|
\geometry{
|
||
|
left= 0.15in,
|
||
|
right= 0.15in,
|
||
|
top= 0.15in,
|
||
|
paperwidth=220mm,
|
||
|
paperheight=110mm
|
||
|
}
|
||
|
\setlength\parskip{0pt}
|
||
|
\setlength\parindent{0pt}
|
||
|
\pagestyle{empty}
|
||
|
|
||
|
\begin{document}
|
||
|
\scriptsize
|
||
|
FROM-NAME\\
|
||
|
FROM-STREET ADDRESS\\
|
||
|
FROM-CITY, STATE, \ ZIP
|
||
|
|
||
|
\vspace{1.0in}\large
|
||
|
\setlength\parindent{0pt}
|
||
|
|
||
|
\begin{center}
|
||
|
\pbox{0.4\textwidth}{
|
||
|
TO-NAME\\
|
||
|
TO-STREET ADDRESS\\
|
||
|
TO-CITY, STATE, \ ZIP
|
||
|
}
|
||
|
\end{center}
|
||
|
|
||
|
\end{document}
|