the output of the code below is attached. It is not suitable for printing on a standard US envelope (9.5x4.5 in). I guess the option of 'documentclass' has to specify the size of the envelope?
Code: Select all
Code, edit and compile here:
\documentclass[12pt]{letter}\usepackage[businessenvelope]{envlab} \makelabels\usepackage{envlab} \makelabels\begin{document}\startlabels\mlabel{%Joe Casanova\\1 Lambda Street\\Anyplace, NY 12345}{%Mary McKeen\\2 Alpha Street\\Otherplace, NY 12346} \mlabel{%Joe Casanova\\1 Lambda Street\\Anyplace, NY 12345}{%Lisa O?Hara\\2 Beta Street\\Anotherplace, NY 12347} \end{document}