% This is used to print one or more envelopes on the laser printer.
 
%\begin{envelope}
%Prof. Blah\\
%Department of Mathematics\\
%City, State Zip
%\ZipBar{Zip-Zip}
%\end{envelope}
 
\documentstyle[env]{article}
\nofiles
 
\textwidth9.5in
\textheight4.125in
\pagestyle{empty}
 
\begin{document}
 
\from{Dimitri Vulis}
 
\begin{envelope}
\envaddress{
Dimitri Vulis\\
Department of Mathematics/Box 330\\
Graduate School \& University Center\\
City University of New York\\
33 West 42 Street\\
New York, New York 10036
}
\ZipBar{10036-8099}
\end{envelope}
\end{document}
 
