% Envelopes % Latex option file to print addresses onto a 9.5x4.125 envelope fed through % the manual paper feed on HP LaserJet 4SIMX. % SAMPLE FILE : % %\documentstyle[12pt,envelope]{article} %\begin{document} %\from{name\\ address\\ city/state} %define return address %\to{name\\ address\\ city/state} %define destination address %\envelope %actually create envelope %\end{document} % %Create postscript file with % dvips -m -t landscape .dvi % %Feed envelope into printer through manual feed rack with printing side up and %with the RIGHT edge of the envelope the edge with the flap. %Since the trailing edge of the envelope gets mangled by the printer often, %this starts printing on the leading edge. % Bhaskar Manda, July 6, 1995 by modifying envelope.sty written by % Heather Sherman, March 10, 1989. \pagestyle{empty} \textheight=7in \textwidth=7.5in \topmargin=-1.9in \oddsidemargin=-1.0in \def\from#1{\def\@from{#1}} \def\to#1{\def\@to{#1}} \def\@from{\mbox{}} \def\@to{\mbox{}} \def\envelope{ \clearpage \vspace*{2.1in} \parbox[t]{3.5in}{ \begin{flushleft} \@from \end{flushleft} } \parbox[t]{3.5in}{ \vspace*{2.0in} \begin{flushleft} \@to \end{flushleft} } }