Page LayoutEnvlab - business envelope?

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
erwann
Posts: 75
Joined: Thu Aug 25, 2016 2:24 am

Envlab - business envelope?

Post by erwann »

Hello,

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

\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}
PS: is there a way to do that with KOMA-SCRIPT?
Attachments
envlab.pdf
(25.93 KiB) Downloaded 258 times
x_86 / Linux Mint 18.3 / texlive 2015.20160320-1ubuntu0.1 / TeXworks 0.5r1361 (Debian)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Envlab - business envelope?

Post by Stefan Kottwitz »

erwann wrote:is there a way to do that with KOMA-SCRIPT?
Sure, take a look at mlabels and \makelabel with sclttr2. Take a look here: mlabel.lco post on komascript.de - especially at the attachment there. mlabeltestx looks similar to what you posted.

Stefan
LaTeX.org admin
Post Reply